#FDD864

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

Shades of Dandelion #FDD864

Tints of Dandelion #FDD864

Color information

#FDD864 (or 0xFDD864) is unknown color: approx Dandelion. HEX triplet: FD, D8 and 64. RGB value is (253,216,100). Sum of RGB (Red+Green+Blue) = 253+216+100=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 100 (39.45% from 255 or 17.57% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD864 is #02279B. Grayscale: #D6D6D6. Windows color (decimal): -141212 or 6609149. OLE color: 6609149.

HSL color Cylindrical-coordinate representation of color #FDD864: hue angle of 45.49º 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 #FDD864 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253216100-
CMYK00.150.600.01
HSL45.49º97.45%69.22%-
HSV(B)45.49º60.47%99.22%-
XYZ67.3670.9122.19-
YUV213.8463.76155.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 216 (84.77% from 255) = 37.96%
BLUE value IS 100 (39.45% from 255) = 17.57%
R=44.46%
G=37.96%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321610000.150.600.0145.4997.4569.22
HexFDD8640F3C12d6145
Octal37533014401774155141105
Binary1111110111011000110010001111111100110110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD864; }

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

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

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

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

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

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

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

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