#D3BC07

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

Shades of Bird Flower #D3BC07

Tints of Bird Flower #D3BC07

Color information

#D3BC07 (or 0xD3BC07) is unknown color: approx Bird Flower. HEX triplet: D3, BC and 07. RGB value is (211,188,7). Sum of RGB (Red+Green+Blue) = 211+188+7=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BC07 is #2C43F8. Grayscale: #AEAEAE. Windows color (decimal): -2900985 or 507091. OLE color: 507091.

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

Color convert

RGB2111887-
CMYK00.110.970.17
HSL53.24º93.58%42.75%-
HSV(B)53.24º96.68%82.75%-
XYZ44.8949.837.45-
YUV174.2433.62154.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.97%
GREEN value IS 188 (73.83% from 255) = 46.31%
BLUE value IS 7 (3.12% from 255) = 1.72%
R=51.97%
G=46.31%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211188700.110.970.1753.2493.5842.75
HexD3BC70B6111355e2b
Octal3232747013141216513653
Binary1101001110111100111010111100001100011101011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BC07; }

 p { color: rgb(211,188,7); }

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

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

 a { background-color: rgb(211,188,7); }

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

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

 span { border-color: rgb(211,188,7); }

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