#D4BC11

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

Shades of Bird Flower #D4BC11

Tints of Bird Flower #D4BC11

Color information

#D4BC11 (or 0xD4BC11) is unknown color: approx Bird Flower. HEX triplet: D4, BC and 11. RGB value is (212,188,17). Sum of RGB (Red+Green+Blue) = 212+188+17=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BC11 is #2B43EE. Grayscale: #B0B0B0. Windows color (decimal): -2835439 or 1162452. OLE color: 1162452.

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

Color convert

RGB21218817-
CMYK00.110.920.17
HSL52.62º85.15%44.9%-
HSV(B)52.62º91.98%83.14%-
XYZ45.24507.8-
YUV175.6838.45153.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.84%
GREEN value IS 188 (73.83% from 255) = 45.08%
BLUE value IS 17 (7.03% from 255) = 4.08%
R=50.84%
G=45.08%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121881700.110.920.1752.6285.1544.9
HexD4BC110B5C1135552d
Octal32427421013134216512555
Binary110101001011110010001010111011100100011101011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BC11; }

 p { color: rgb(212,188,17); }

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

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

 a { background-color: rgb(212,188,17); }

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

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

 span { border-color: rgb(212,188,17); }

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