#D5B10E

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

Shades of Sunflower #D5B10E

Tints of Sunflower #D5B10E

Color information

#D5B10E (or 0xD5B10E) is unknown color: approx Sunflower. HEX triplet: D5, B1 and 0E. RGB value is (213,177,14). Sum of RGB (Red+Green+Blue) = 213+177+14=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5B10E is #2A4EF1. Grayscale: #A9A9A9. Windows color (decimal): -2772722 or 963029. OLE color: 963029.

HSL color Cylindrical-coordinate representation of color #D5B10E: hue angle of 49.15º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5B10E is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB21317714-
CMYK00.170.930.16
HSL49.15º87.67%44.51%-
HSV(B)49.15º93.43%83.53%-
XYZ43.2445.626.94-
YUV169.1840.43159.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 177 (69.53% from 255) = 43.81%
BLUE value IS 14 (5.86% from 255) = 3.47%
R=52.72%
G=43.81%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131771400.170.930.1649.1587.6744.51
HexD5B1E0115D1031582d
Octal32526116021135206113055
Binary110101011011000111100100011011101100001100011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B10E; }

 p { color: rgb(213,177,14); }

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

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

 a { background-color: rgb(213,177,14); }

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

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

 span { border-color: rgb(213,177,14); }

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