#D4BE11

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

Shades of Bird Flower #D4BE11

Tints of Bird Flower #D4BE11

Color information

#D4BE11 (or 0xD4BE11) is unknown color: approx Bird Flower. HEX triplet: D4, BE and 11. RGB value is (212,190,17). Sum of RGB (Red+Green+Blue) = 212+190+17=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BE11 is #2B41EE. Grayscale: #B1B1B1. Windows color (decimal): -2834927 or 1162964. OLE color: 1162964.

HSL color Cylindrical-coordinate representation of color #D4BE11: hue angle of 53.23º 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 #D4BE11 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB21219017-
CMYK00.100.920.17
HSL53.23º85.15%44.9%-
HSV(B)53.23º91.98%83.14%-
XYZ45.6750.867.94-
YUV176.8637.79153.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.60%
GREEN value IS 190 (74.61% from 255) = 45.35%
BLUE value IS 17 (7.03% from 255) = 4.06%
R=50.60%
G=45.35%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121901700.100.920.1753.2385.1544.9
HexD4BE110A5C1135552d
Octal32427621012134216512555
Binary110101001011111010001010101011100100011101011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BE11; }

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

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

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

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

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

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

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

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