#D6BD11

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

Shades of Bird Flower #D6BD11

Tints of Bird Flower #D6BD11

Color information

#D6BD11 (or 0xD6BD11) is unknown color: approx Bird Flower. HEX triplet: D6, BD and 11. RGB value is (214,189,17). Sum of RGB (Red+Green+Blue) = 214+189+17=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BD11 is #2942EE. Grayscale: #B1B1B1. Windows color (decimal): -2704111 or 1162710. OLE color: 1162710.

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

Color convert

RGB21418917-
CMYK00.120.920.16
HSL52.39º85.28%45.29%-
HSV(B)52.39º92.06%83.92%-
XYZ46.0350.737.9-
YUV176.8737.78154.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.95%
GREEN value IS 189 (74.22% from 255) = 45%
BLUE value IS 17 (7.03% from 255) = 4.05%
R=50.95%
G=45%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141891700.120.920.1652.3985.2845.29
HexD6BD110C5C1034552d
Octal32627521014134206412555
Binary110101101011110110001011001011100100001101001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BD11; }

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

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

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

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

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

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

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

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