#FFD95C

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

Shades of Dandelion #FFD95C

Tints of Dandelion #FFD95C

Color information

#FFD95C (or 0xFFD95C) is unknown color: approx Dandelion. HEX triplet: FF, D9 and 5C. RGB value is (255,217,92). Sum of RGB (Red+Green+Blue) = 255+217+92=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 92 (36.33% from 255 or 16.31% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD95C is #0026A3. Grayscale: #D6D6D6. Windows color (decimal): -9892 or 6085119. OLE color: 6085119.

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

Color convert

RGB25521792-
CMYK00.150.640
HSL46.01º100%68.04%-
HSV(B)46.01º63.92%100%-
XYZ67.9871.6620.37-
YUV214.1159.09157.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.21%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 92 (36.33% from 255) = 16.31%
R=45.21%
G=38.48%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552179200.150.64046.0110068.04
HexFFD95C0F4002e6444
Octal377331134017100056144104
Binary11111111110110011011100011111000000010111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD95C; }

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

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

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

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

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

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

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

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