Html Css Color HEX #D6BC11 Sunflower

📋 copy color: '#D6BC11'

red 214 ◦ green 188 ◦ blue 17

#D6BC11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #D6BC11

Tints of Sunflower #D6BC11

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 value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6BC11 (or 0xD6BC11) is known color: 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

RGB 214 188 17 -
CMYK 0 0.12 0.92 0.16
HSL 52.08º 0.85% 0.45% -
HSV(B) 52.08º 0.92% 0.84% -
XYZ 45.82 50.3 7.83 -
YUV 176.28 38.11 154.9 -
System Red Green Blue C M Y K H S L
Decimal 214 188 17 0 0.12 0.92 0.16 52.08 0.85 0.45
Hex D6 BC 11 0 C 5C 10 34 55 2D
Octal 326 274 21 0 14 134 20 64 125 55
Binary 11010110 10111100 10001 0 1100 1011100 10000 110100 1010101 101101

Color Harmonies of #D6BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BC11

Black with #D6BC11

Text Example


Text Example

White with #D6BC11

Text Example


Text Example

HTML Codes & Css Web 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>