#d2b811

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

Shades of Bird Flower #D2B811

Tints of Bird Flower #D2B811

Color information

#D2B811 (or 0xD2B811) is unknown color: approx Bird Flower. HEX triplet: D2, B8 and 11. RGB value is (210,184,17). Sum of RGB (Red+Green+Blue) = 210+184+17=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B811 is #2D47EE. Grayscale: #ADADAD. Windows color (decimal): -2967535 or 1161426. OLE color: 1161426.

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

Color convert

RGB21018417-
CMYK00.120.920.18
HSL51.92º85.02%44.51%-
HSV(B)51.92º91.9%82.35%-
XYZ43.8248.027.49-
YUV172.7440.11154.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.09%
GREEN value IS 184 (72.27% from 255) = 44.77%
BLUE value IS 17 (7.03% from 255) = 4.14%
R=51.09%
G=44.77%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101841700.120.920.1851.9285.0244.51
HexD2B8110C5C1234552d
Octal32227021014134226412555
Binary110100101011100010001011001011100100101101001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2b811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2b811; }

 p { color: rgb(210,184,17); }

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

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

 a { background-color: rgb(210,184,17); }

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

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

 span { border-color: rgb(210,184,17); }

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