#D6BC11

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

Shades of Sunflower #D6BC11

Tints of Sunflower #D6BC11

Color information

#D6BC11 (or 0xD6BC11) is unknown color: approx Sunflower. HEX triplet: D6, BC and 11. RGB value is (214,188,17). Sum of RGB (Red+Green+Blue) = 214+188+17=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BC11 is #2943EE. Grayscale: #B0B0B0. Windows color (decimal): -2704367 or 1162454. OLE color: 1162454.

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

Color convert

RGB21418817-
CMYK00.120.920.16
HSL52.08º85.28%45.29%-
HSV(B)52.08º92.06%83.92%-
XYZ45.8250.37.83-
YUV176.2838.11154.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.07%
GREEN value IS 188 (73.83% from 255) = 44.87%
BLUE value IS 17 (7.03% from 255) = 4.06%
R=51.07%
G=44.87%
B=4.06%

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
Decimal2141881700.120.920.1652.0885.2845.29
HexD6BC110C5C1034552d
Octal32627421014134206412555
Binary110101101011110010001011001011100100001101001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BC11; }

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

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

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

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

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

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

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

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