#FFD966

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

Shades of Dandelion #FFD966

Tints of Dandelion #FFD966

Color information

#FFD966 (or 0xFFD966) is unknown color: approx Dandelion. HEX triplet: FF, D9 and 66. RGB value is (255,217,102). Sum of RGB (Red+Green+Blue) = 255+217+102=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 102 (40.23% from 255 or 17.77% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD966 is #002699. Grayscale: #D7D7D7. Windows color (decimal): -9882 or 6740479. OLE color: 6740479.

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

Color convert

RGB255217102-
CMYK00.150.60
HSL45.1º100%70%-
HSV(B)45.1º60%100%-
XYZ68.4571.8522.83-
YUV215.2564.09156.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.43%
GREEN value IS 217 (85.16% from 255) = 37.80%
BLUE value IS 102 (40.23% from 255) = 17.77%
R=44.43%
G=37.80%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521710200.150.6045.110070
HexFFD9660F3C02d6446
Octal37733114601774055144106
Binary1111111111011001110011001111111100010110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD966; }

 p { color: rgb(255,217,102); }

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

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

 a { background-color: rgb(255,217,102); }

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

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

 span { border-color: rgb(255,217,102); }

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