#D5B00E

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

Shades of Sunflower #D5B00E

Tints of Sunflower #D5B00E

Color information

#D5B00E (or 0xD5B00E) is unknown color: approx Sunflower. HEX triplet: D5, B0 and 0E. RGB value is (213,176,14). Sum of RGB (Red+Green+Blue) = 213+176+14=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5B00E is #2A4FF1. Grayscale: #A9A9A9. Windows color (decimal): -2772978 or 962773. OLE color: 962773.

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

Color convert

RGB21317614-
CMYK00.170.930.16
HSL48.84º87.67%44.51%-
HSV(B)48.84º93.43%83.53%-
XYZ43.0545.236.88-
YUV168.640.76159.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.85%
GREEN value IS 176 (69.14% from 255) = 43.67%
BLUE value IS 14 (5.86% from 255) = 3.47%
R=52.85%
G=43.67%
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
Decimal2131761400.170.930.1648.8487.6744.51
HexD5B0E0115D1031582d
Octal32526016021135206113055
Binary110101011011000011100100011011101100001100011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B00E; }

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

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

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

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

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

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

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

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