#FFD060

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

Shades of Dandelion #FFD060

Tints of Dandelion #FFD060

Color information

#FFD060 (or 0xFFD060) is unknown color: approx Dandelion. HEX triplet: FF, D0 and 60. RGB value is (255,208,96). Sum of RGB (Red+Green+Blue) = 255+208+96=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD060 is #002F9F. Grayscale: #D1D1D1. Windows color (decimal): -12192 or 6344959. OLE color: 6344959.

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

Color convert

RGB25520896-
CMYK00.180.620
HSL42.26º100%68.82%-
HSV(B)42.26º62.35%100%-
XYZ65.9167.2220.57-
YUV209.2864.07160.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 208 (81.64% from 255) = 37.21%
BLUE value IS 96 (37.89% from 255) = 17.17%
R=45.62%
G=37.21%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552089600.180.62042.2610068.82
HexFFD0600123E02a6445
Octal37732014002276052144105
Binary11111111110100001100000010010111110010101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD060; }

 p { color: rgb(255,208,96); }

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

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

 a { background-color: rgb(255,208,96); }

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

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

 span { border-color: rgb(255,208,96); }

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