#D3BE0C

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

Shades of Bird Flower #D3BE0C

Tints of Bird Flower #D3BE0C

Color information

#D3BE0C (or 0xD3BE0C) is unknown color: approx Bird Flower. HEX triplet: D3, BE and 0C. RGB value is (211,190,12). Sum of RGB (Red+Green+Blue) = 211+190+12=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BE0C is #2C41F3. Grayscale: #B0B0B0. Windows color (decimal): -2900468 or 835283. OLE color: 835283.

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

Color convert

RGB21119012-
CMYK00.100.940.17
HSL53.67º89.24%43.73%-
HSV(B)53.67º94.31%82.75%-
XYZ45.3450.77.74-
YUV175.9935.46152.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.09%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 12 (5.08% from 255) = 2.91%
R=51.09%
G=46.00%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111901200.100.940.1753.6789.2443.73
HexD3BEC0A5E1136592c
Octal32327614012136216613154
Binary11010011101111101100010101011110100011101101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BE0C; }

 p { color: rgb(211,190,12); }

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

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

 a { background-color: rgb(211,190,12); }

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

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

 span { border-color: rgb(211,190,12); }

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