#D3B816

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

Shades of Bird Flower #D3B816

Tints of Bird Flower #D3B816

Color information

#D3B816 (or 0xD3B816) is unknown color: approx Bird Flower. HEX triplet: D3, B8 and 16. RGB value is (211,184,22). Sum of RGB (Red+Green+Blue) = 211+184+22=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B816 is #2C47E9. Grayscale: #AEAEAE. Windows color (decimal): -2901994 or 1489107. OLE color: 1489107.

HSL color Cylindrical-coordinate representation of color #D3B816: hue angle of 51.43º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3B816 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB21118422-
CMYK00.130.900.17
HSL51.43º81.12%45.69%-
HSV(B)51.43º89.57%82.75%-
XYZ44.1548.197.73-
YUV173.642.45154.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.60%
GREEN value IS 184 (72.27% from 255) = 44.12%
BLUE value IS 22 (8.98% from 255) = 5.28%
R=50.60%
G=44.12%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111842200.130.900.1751.4381.1245.69
HexD3B8160D5A1133512e
Octal32327026015132216312156
Binary110100111011100010110011011011010100011100111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B816; }

 p { color: rgb(211,184,22); }

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

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

 a { background-color: rgb(211,184,22); }

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

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

 span { border-color: rgb(211,184,22); }

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