#D3B10B

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

Shades of Bird Flower #D3B10B

Tints of Bird Flower #D3B10B

Color information

#D3B10B (or 0xD3B10B) is unknown color: approx Bird Flower. HEX triplet: D3, B1 and 0B. RGB value is (211,177,11). Sum of RGB (Red+Green+Blue) = 211+177+11=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3B10B is #2C4EF4. Grayscale: #A8A8A8. Windows color (decimal): -2903797 or 766419. OLE color: 766419.

HSL color Cylindrical-coordinate representation of color #D3B10B: hue angle of 49.8º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3B10B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB21117711-
CMYK00.160.950.17
HSL49.8º90.09%43.53%-
HSV(B)49.8º94.79%82.75%-
XYZ42.6545.326.82-
YUV168.2439.26158.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.88%
GREEN value IS 177 (69.53% from 255) = 44.36%
BLUE value IS 11 (4.69% from 255) = 2.76%
R=52.88%
G=44.36%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111771100.160.950.1749.890.0943.53
HexD3B1B0105F11325a2c
Octal32326113020137216213254
Binary110100111011000110110100001011111100011100101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B10B; }

 p { color: rgb(211,177,11); }

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

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

 a { background-color: rgb(211,177,11); }

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

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

 span { border-color: rgb(211,177,11); }

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