#D1B616

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

Shades of Bird Flower #D1B616

Tints of Bird Flower #D1B616

Color information

#D1B616 (or 0xD1B616) is unknown color: approx Bird Flower. HEX triplet: D1, B6 and 16. RGB value is (209,182,22). Sum of RGB (Red+Green+Blue) = 209+182+22=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B616 is #2E49E9. Grayscale: #ACACAC. Windows color (decimal): -3033578 or 1488593. OLE color: 1488593.

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

Color convert

RGB20918222-
CMYK00.130.890.18
HSL51.34º80.95%45.29%-
HSV(B)51.34º89.47%81.96%-
XYZ43.1747.077.57-
YUV171.8343.45154.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.61%
GREEN value IS 182 (71.48% from 255) = 44.07%
BLUE value IS 22 (8.98% from 255) = 5.33%
R=50.61%
G=44.07%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091822200.130.890.1851.3480.9545.29
HexD1B6160D591233512d
Octal32126626015131226312155
Binary110100011011011010110011011011001100101100111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B616; }

 p { color: rgb(209,182,22); }

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

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

 a { background-color: rgb(209,182,22); }

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

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

 span { border-color: rgb(209,182,22); }

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