#FFD15C

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

Shades of Dandelion #FFD15C

Tints of Dandelion #FFD15C

Color information

#FFD15C (or 0xFFD15C) is unknown color: approx Dandelion. HEX triplet: FF, D1 and 5C. RGB value is (255,209,92). Sum of RGB (Red+Green+Blue) = 255+209+92=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 92 (36.33% from 255 or 16.55% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD15C is #002EA3. Grayscale: #D1D1D1. Windows color (decimal): -11940 or 6083071. OLE color: 6083071.

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

Color convert

RGB25520992-
CMYK00.180.640
HSL43.07º100%68.04%-
HSV(B)43.07º63.92%100%-
XYZ65.9767.6319.7-
YUV209.4261.74160.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 209 (82.03% from 255) = 37.59%
BLUE value IS 92 (36.33% from 255) = 16.55%
R=45.86%
G=37.59%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552099200.180.64043.0710068.04
HexFFD15C0124002b6444
Octal377321134022100053144104
Binary111111111101000110111000100101000000010101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD15C; }

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

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

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

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

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

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

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

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