#FFD55E

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

Shades of Dandelion #FFD55E

Tints of Dandelion #FFD55E

Color information

#FFD55E (or 0xFFD55E) is unknown color: approx Dandelion. HEX triplet: FF, D5 and 5E. RGB value is (255,213,94). Sum of RGB (Red+Green+Blue) = 255+213+94=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 94 (37.11% from 255 or 16.73% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD55E is #002AA1. Grayscale: #D4D4D4. Windows color (decimal): -10914 or 6215167. OLE color: 6215167.

HSL color Cylindrical-coordinate representation of color #FFD55E: hue angle of 44.35º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFD55E is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB25521394-
CMYK00.160.630
HSL44.35º100%68.43%-
HSV(B)44.35º63.14%100%-
XYZ67.0569.6620.5-
YUV211.9961.41158.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 213 (83.59% from 255) = 37.90%
BLUE value IS 94 (37.11% from 255) = 16.73%
R=45.37%
G=37.90%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552139400.160.63044.3510068.43
HexFFD55E0103F02c6444
Octal37732513602077054144104
Binary11111111110101011011110010000111111010110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD55E; }

 p { color: rgb(255,213,94); }

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

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

 a { background-color: rgb(255,213,94); }

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

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

 span { border-color: rgb(255,213,94); }

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