#D6BE11

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

Shades of Bird Flower #D6BE11

Tints of Bird Flower #D6BE11

Color information

#D6BE11 (or 0xD6BE11) is unknown color: approx Bird Flower. HEX triplet: D6, BE and 11. RGB value is (214,190,17). Sum of RGB (Red+Green+Blue) = 214+190+17=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BE11 is #2941EE. Grayscale: #B2B2B2. Windows color (decimal): -2703855 or 1162966. OLE color: 1162966.

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

Color convert

RGB21419017-
CMYK00.110.920.16
HSL52.69º85.28%45.29%-
HSV(B)52.69º92.06%83.92%-
XYZ46.2551.167.97-
YUV177.4537.45154.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.83%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 17 (7.03% from 255) = 4.04%
R=50.83%
G=45.13%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141901700.110.920.1652.6985.2845.29
HexD6BE110B5C1035552d
Octal32627621013134206512555
Binary110101101011111010001010111011100100001101011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BE11; }

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

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

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

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

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

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

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

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