#FFDB5F

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

Shades of Dandelion #FFDB5F

Tints of Dandelion #FFDB5F

Color information

#FFDB5F (or 0xFFDB5F) is unknown color: approx Dandelion. HEX triplet: FF, DB and 5F. RGB value is (255,219,95). Sum of RGB (Red+Green+Blue) = 255+219+95=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 95 (37.5% from 255 or 16.70% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB5F is #0024A0. Grayscale: #D8D8D8. Windows color (decimal): -9377 or 6282239. OLE color: 6282239.

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

Color convert

RGB25521995-
CMYK00.140.630
HSL46.5º100%68.63%-
HSV(B)46.5º62.75%100%-
XYZ68.6472.7521.25-
YUV215.6359.93156.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 95 (37.5% from 255) = 16.70%
R=44.82%
G=38.49%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552199500.140.63046.510068.63
HexFFDB5F0E3F02e6445
Octal37733313701677056144105
Binary1111111111011011101111101110111111010111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDB5F; }

 p { color: rgb(255,219,95); }

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

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

 a { background-color: rgb(255,219,95); }

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

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

 span { border-color: rgb(255,219,95); }

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