#FFD05D

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

Shades of Dandelion #FFD05D

Tints of Dandelion #FFD05D

Color information

#FFD05D (or 0xFFD05D) is unknown color: approx Dandelion. HEX triplet: FF, D0 and 5D. RGB value is (255,208,93). Sum of RGB (Red+Green+Blue) = 255+208+93=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD05D is #002FA2. Grayscale: #D1D1D1. Windows color (decimal): -12195 or 6148351. OLE color: 6148351.

HSL color Cylindrical-coordinate representation of color #FFD05D: hue angle of 42.59º 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 #FFD05D is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25520893-
CMYK00.180.640
HSL42.59º100%68.24%-
HSV(B)42.59º63.53%100%-
XYZ65.7767.1619.85-
YUV208.9462.57160.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 208 (81.64% from 255) = 37.41%
BLUE value IS 93 (36.72% from 255) = 16.73%
R=45.86%
G=37.41%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552089300.180.64042.5910068.24
HexFFD05D0124002b6444
Octal377320135022100053144104
Binary111111111101000010111010100101000000010101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD05D; }

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

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

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

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

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

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

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

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