#FDD064

Color #FDD064 Dandelion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dandelion #FDD064

Tints of Dandelion #FDD064

Color information

#FDD064 (or 0xFDD064) is unknown color: approx Dandelion. HEX triplet: FD, D0 and 64. RGB value is (253,208,100). Sum of RGB (Red+Green+Blue) = 253+208+100=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 100 (39.45% from 255 or 17.83% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD064 is #022F9B. Grayscale: #D1D1D1. Windows color (decimal): -143260 or 6607101. OLE color: 6607101.

HSL color Cylindrical-coordinate representation of color #FDD064: hue angle of 42.35º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDD064 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253208100-
CMYK00.180.600.01
HSL42.35º97.45%69.22%-
HSV(B)42.35º60.47%99.22%-
XYZ65.3666.9121.53-
YUV209.1466.41159.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 45.10%
GREEN value IS 208 (81.64% from 255) = 37.08%
BLUE value IS 100 (39.45% from 255) = 17.83%
R=45.10%
G=37.08%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320810000.180.600.0142.3597.4569.22
HexFDD0640123C12a6145
Octal37532014402274152141105
Binary11111101110100001100100010010111100110101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD064; }

 p { color: rgb(253,208,100); }

 H1.HeaderClassName
 {
   color: #FDD064;
 }
 .AnyTagClassName
 {
   color: #FDD064;
 }
</style>
background-color css

<style>
 a { background-color: #FDD064; }

 a { background-color: rgb(253,208,100); }

 div.DivClassName
 {
   background-color: #FDD064;
 }
 .BgClassName
 {
   background-color: #FDD064;
 }
</style>
border-color css

<style>
 span { border-color: #FDD064; }

 span { border-color: rgb(253,208,100); }

 td.TdClassName
 {
   border-color: #FDD064;
 }
 .TagClassName
 {
   border-color: #FDD064;
 }
</style>