#FFD45D

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

Shades of Dandelion #FFD45D

Tints of Dandelion #FFD45D

Color information

#FFD45D (or 0xFFD45D) is unknown color: approx Dandelion. HEX triplet: FF, D4 and 5D. RGB value is (255,212,93). Sum of RGB (Red+Green+Blue) = 255+212+93=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD45D is #002BA2. Grayscale: #D3D3D3. Windows color (decimal): -11171 or 6149375. OLE color: 6149375.

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

Color convert

RGB25521293-
CMYK00.170.640
HSL44.07º100%68.24%-
HSV(B)44.07º63.53%100%-
XYZ66.7669.1420.18-
YUV211.2961.25159.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 212 (83.20% from 255) = 37.86%
BLUE value IS 93 (36.72% from 255) = 16.61%
R=45.54%
G=37.86%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552129300.170.64044.0710068.24
HexFFD45D0114002c6444
Octal377324135021100054144104
Binary111111111101010010111010100011000000010110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD45D; }

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

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

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

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

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

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

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

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