#FFD85B

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

Shades of Dandelion #FFD85B

Tints of Dandelion #FFD85B

Color information

#FFD85B (or 0xFFD85B) is unknown color: approx Dandelion. HEX triplet: FF, D8 and 5B. RGB value is (255,216,91). Sum of RGB (Red+Green+Blue) = 255+216+91=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 91 (35.94% from 255 or 16.19% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD85B is #0027A4. Grayscale: #D5D5D5. Windows color (decimal): -10149 or 6019327. OLE color: 6019327.

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

Color convert

RGB25521691-
CMYK00.150.640
HSL45.73º100%67.84%-
HSV(B)45.73º64.31%100%-
XYZ67.6871.1320.06-
YUV213.4158.92157.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 91 (35.94% from 255) = 16.19%
R=45.37%
G=38.43%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552169100.150.64045.7310067.84
HexFFD85B0F4002e6444
Octal377330133017100056144104
Binary11111111110110001011011011111000000010111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD85B; }

 p { color: rgb(255,216,91); }

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

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

 a { background-color: rgb(255,216,91); }

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

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

 span { border-color: rgb(255,216,91); }

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