#FFD45C

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

Shades of Dandelion #FFD45C

Tints of Dandelion #FFD45C

Color information

#FFD45C (or 0xFFD45C) is unknown color: approx Dandelion. HEX triplet: FF, D4 and 5C. RGB value is (255,212,92). Sum of RGB (Red+Green+Blue) = 255+212+92=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 92 (36.33% from 255 or 16.46% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD45C is #002BA3. Grayscale: #D3D3D3. Windows color (decimal): -11172 or 6083839. OLE color: 6083839.

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

Color convert

RGB25521292-
CMYK00.170.640
HSL44.17º100%68.04%-
HSV(B)44.17º63.92%100%-
XYZ66.7269.1219.95-
YUV211.1860.75159.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 212 (83.20% from 255) = 37.92%
BLUE value IS 92 (36.33% from 255) = 16.46%
R=45.62%
G=37.92%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552129200.170.64044.1710068.04
HexFFD45C0114002c6444
Octal377324134021100054144104
Binary111111111101010010111000100011000000010110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD45C; }

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

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

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

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

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

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

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

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