#FFD55B

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

Shades of Dandelion #FFD55B

Tints of Dandelion #FFD55B

Color information

#FFD55B (or 0xFFD55B) is unknown color: approx Dandelion. HEX triplet: FF, D5 and 5B. RGB value is (255,213,91). Sum of RGB (Red+Green+Blue) = 255+213+91=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 91 (35.94% from 255 or 16.28% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD55B is #002AA4. Grayscale: #D4D4D4. Windows color (decimal): -10917 or 6018559. OLE color: 6018559.

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

Color convert

RGB25521391-
CMYK00.160.640
HSL44.63º100%67.84%-
HSV(B)44.63º64.31%100%-
XYZ66.9269.619.81-
YUV211.6559.91158.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 213 (83.59% from 255) = 38.10%
BLUE value IS 91 (35.94% from 255) = 16.28%
R=45.62%
G=38.10%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552139100.160.64044.6310067.84
HexFFD55B0104002d6444
Octal377325133020100055144104
Binary111111111101010110110110100001000000010110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD55B; }

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

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

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

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

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

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

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

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