Html Css Color HEX #D6BA20 Sunflower

📋 copy color: '#D6BA20'

red 214 ◦ green 186 ◦ blue 32

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

Shades of Sunflower #D6BA20

Tints of Sunflower #D6BA20

RGB

 RED value IS 214 (83.98% from 255) = 49.54%

 GREEN value IS 186 (73.05% from 255) = 43.06%

 BLUE value IS 32 (12.89% from 255) = 7.41%

R = 49.54%
G = 43.06%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D6BA20 (or 0xD6BA20) is known color: Sunflower. HEX triplet: D6, BA and 20. RGB value is (214,186,32). Sum of RGB (Red+Green+Blue) = 214+186+32=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA20 is #2945DF. Grayscale: #B1B1B1. Windows color (decimal): -2704864 or 2144982. OLE color: 2144982.

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

Color convert

RGB 214 186 32 -
CMYK 0 0.13 0.85 0.16
HSL 50.77º 0.74% 0.48% -
HSV(B) 50.77º 0.85% 0.84% -
XYZ 45.55 49.52 8.52 -
YUV 176.82 46.28 154.52 -
System Red Green Blue C M Y K H S L
Decimal 214 186 32 0 0.13 0.85 0.16 50.77 0.74 0.48
Hex D6 BA 20 0 D 55 10 33 4A 30
Octal 326 272 40 0 15 125 20 63 112 60
Binary 11010110 10111010 100000 0 1101 1010101 10000 110011 1001010 110000

Color Harmonies of #D6BA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA20

Black with #D6BA20

Text Example


Text Example

White with #D6BA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA20; }

 p { color: rgb(214,186,32); }

 H1.HeaderClassName
 {
   color: #D6BA20;
 }
 .AnyTagClassName
 {
   color: #D6BA20;
 }
</style>

background-color css

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

 a { background-color: rgb(214,186,32); }

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

border-color css

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

 span { border-color: rgb(214,186,32); }

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