#D2BC0E

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

Shades of Bird Flower #D2BC0E

Tints of Bird Flower #D2BC0E

Color information

#D2BC0E (or 0xD2BC0E) is unknown color: approx Bird Flower. HEX triplet: D2, BC and 0E. RGB value is (210,188,14). Sum of RGB (Red+Green+Blue) = 210+188+14=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BC0E is #2D43F1. Grayscale: #AFAFAF. Windows color (decimal): -2966514 or 965842. OLE color: 965842.

HSL color Cylindrical-coordinate representation of color #D2BC0E: hue angle of 53.27º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2BC0E is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB21018814-
CMYK00.100.930.18
HSL53.27º87.5%43.92%-
HSV(B)53.27º93.33%82.35%-
XYZ44.6449.77.66-
YUV174.7437.29153.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.97%
GREEN value IS 188 (73.83% from 255) = 45.63%
BLUE value IS 14 (5.86% from 255) = 3.40%
R=50.97%
G=45.63%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101881400.100.930.1853.2787.543.92
HexD2BCE0A5D1235582c
Octal32227416012135226513054
Binary11010010101111001110010101011101100101101011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BC0E; }

 p { color: rgb(210,188,14); }

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

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

 a { background-color: rgb(210,188,14); }

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

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

 span { border-color: rgb(210,188,14); }

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