#D3BC14

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

Shades of Bird Flower #D3BC14

Tints of Bird Flower #D3BC14

Color information

#D3BC14 (or 0xD3BC14) is unknown color: approx Bird Flower. HEX triplet: D3, BC and 14. RGB value is (211,188,20). Sum of RGB (Red+Green+Blue) = 211+188+20=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BC14 is #2C43EB. Grayscale: #B0B0B0. Windows color (decimal): -2900972 or 1359059. OLE color: 1359059.

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

Color convert

RGB21118820-
CMYK00.110.910.17
HSL52.77º82.68%45.29%-
HSV(B)52.77º90.52%82.75%-
XYZ44.9749.877.92-
YUV175.7240.12153.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.36%
GREEN value IS 188 (73.83% from 255) = 44.87%
BLUE value IS 20 (8.20% from 255) = 4.77%
R=50.36%
G=44.87%
B=4.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111882000.110.910.1752.7782.6845.29
HexD3BC140B5B1135532d
Octal32327424013133216512355
Binary110100111011110010100010111011011100011101011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BC14; }

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

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

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

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

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

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

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

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