#FFDE64

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

Shades of Dandelion #FFDE64

Tints of Dandelion #FFDE64

Color information

#FFDE64 (or 0xFFDE64) is unknown color: approx Dandelion. HEX triplet: FF, DE and 64. RGB value is (255,222,100). Sum of RGB (Red+Green+Blue) = 255+222+100=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 100 (39.45% from 255 or 17.33% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE64 is #00219B. Grayscale: #DADADA. Windows color (decimal): -8604 or 6610687. OLE color: 6610687.

HSL color Cylindrical-coordinate representation of color #FFDE64: hue angle of 47.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFDE64 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB255222100-
CMYK00.130.610
HSL47.23º100%69.61%-
HSV(B)47.23º60.78%100%-
XYZ69.6674.4222.75-
YUV217.9661.43154.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.19%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 100 (39.45% from 255) = 17.33%
R=44.19%
G=38.47%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522210000.130.61047.2310069.61
HexFFDE640D3D02f6446
Octal37733614401575057144106
Binary1111111111011110110010001101111101010111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE64; }

 p { color: rgb(255,222,100); }

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

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

 a { background-color: rgb(255,222,100); }

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

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

 span { border-color: rgb(255,222,100); }

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