#D0B313

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

Shades of Bird Flower #D0B313

Tints of Bird Flower #D0B313

Color information

#D0B313 (or 0xD0B313) is unknown color: approx Bird Flower. HEX triplet: D0, B3 and 13. RGB value is (208,179,19). Sum of RGB (Red+Green+Blue) = 208+179+19=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B313 is #2F4CEC. Grayscale: #AAAAAA. Windows color (decimal): -3099885 or 1291216. OLE color: 1291216.

HSL color Cylindrical-coordinate representation of color #D0B313: hue angle of 50.79º 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 #D0B313 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB20817919-
CMYK00.140.910.18
HSL50.79º83.26%44.51%-
HSV(B)50.79º90.87%81.57%-
XYZ42.2545.77.21-
YUV169.4343.11155.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.23%
GREEN value IS 179 (70.31% from 255) = 44.09%
BLUE value IS 19 (7.81% from 255) = 4.68%
R=51.23%
G=44.09%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081791900.140.910.1850.7983.2644.51
HexD0B3130E5B1233532d
Octal32026323016133226312355
Binary110100001011001110011011101011011100101100111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B313; }

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

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

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

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

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

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

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

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