#FFDC64

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

Shades of Dandelion #FFDC64

Tints of Dandelion #FFDC64

Color information

#FFDC64 (or 0xFFDC64) is unknown color: approx Dandelion. HEX triplet: FF, DC and 64. RGB value is (255,220,100). Sum of RGB (Red+Green+Blue) = 255+220+100=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 100 (39.45% from 255 or 17.39% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC64 is #00239B. Grayscale: #D9D9D9. Windows color (decimal): -9116 or 6610175. OLE color: 6610175.

HSL color Cylindrical-coordinate representation of color #FFDC64: hue angle of 46.45º 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 #FFDC64 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB255220100-
CMYK00.140.610
HSL46.45º100%69.61%-
HSV(B)46.45º60.78%100%-
XYZ69.1373.3722.57-
YUV216.7862.1155.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 100 (39.45% from 255) = 17.39%
R=44.35%
G=38.26%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522010000.140.61046.4510069.61
HexFFDC640E3D02e6446
Octal37733414401675056144106
Binary1111111111011100110010001110111101010111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC64; }

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

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

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

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

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

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

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

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