#D3B003

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

Shades of Bird Flower #D3B003

Tints of Bird Flower #D3B003

Color information

#D3B003 (or 0xD3B003) is unknown color: approx Bird Flower. HEX triplet: D3, B0 and 03. RGB value is (211,176,3). Sum of RGB (Red+Green+Blue) = 211+176+3=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3B003 is #2C4FFC. Grayscale: #A7A7A7. Windows color (decimal): -2904061 or 241875. OLE color: 241875.

HSL color Cylindrical-coordinate representation of color #D3B003: hue angle of 49.9º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3B003 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB2111763-
CMYK00.170.990.17
HSL49.9º97.2%41.96%-
HSV(B)49.9º98.58%82.75%-
XYZ42.4144.916.52-
YUV166.7435.6159.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.10%
GREEN value IS 176 (69.14% from 255) = 45.13%
BLUE value IS 3 (1.56% from 255) = 0.77%
R=54.10%
G=45.13%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211176300.170.990.1749.997.241.96
HexD3B03011631132612a
Octal3232603021143216214152
Binary1101001110110000110100011100011100011100101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B003; }

 p { color: rgb(211,176,3); }

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

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

 a { background-color: rgb(211,176,3); }

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

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

 span { border-color: rgb(211,176,3); }

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