#D0B013

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

Shades of Bird Flower #D0B013

Tints of Bird Flower #D0B013

Color information

#D0B013 (or 0xD0B013) is unknown color: approx Bird Flower. HEX triplet: D0, B0 and 13. RGB value is (208,176,19). Sum of RGB (Red+Green+Blue) = 208+176+19=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0B013 is #2F4FEC. Grayscale: #A8A8A8. Windows color (decimal): -3100653 or 1290448. OLE color: 1290448.

HSL color Cylindrical-coordinate representation of color #D0B013: hue angle of 49.84º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0B013 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB20817619-
CMYK00.150.910.18
HSL49.84º83.26%44.51%-
HSV(B)49.84º90.87%81.57%-
XYZ41.6644.517.01-
YUV167.6744.1156.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.61%
GREEN value IS 176 (69.14% from 255) = 43.67%
BLUE value IS 19 (7.81% from 255) = 4.71%
R=51.61%
G=43.67%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081761900.150.910.1849.8483.2644.51
HexD0B0130F5B1232532d
Octal32026023017133226212355
Binary110100001011000010011011111011011100101100101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B013; }

 p { color: rgb(208,176,19); }

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

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

 a { background-color: rgb(208,176,19); }

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

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

 span { border-color: rgb(208,176,19); }

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