Html Css Color HEX #D6B16A Equator

📋 copy color: '#D6B16A'

red 214 ◦ green 177 ◦ blue 106

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

Shades of Equator #D6B16A

Tints of Equator #D6B16A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.61%

 BLUE value IS 106 (41.8% from 255) = 21.33%

R = 43.06%
G = 35.61%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6B16A (or 0xD6B16A) is known color: Equator. HEX triplet: D6, B1 and 6A. RGB value is (214,177,106). Sum of RGB (Red+Green+Blue) = 214+177+106=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B16A is #294E95. Grayscale: #B4B4B4. Windows color (decimal): -2707094 or 6992342. OLE color: 6992342.

HSL color Cylindrical-coordinate representation of color #D6B16A: hue angle of 39.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6B16A is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 177 106 -
CMYK 0 0.17 0.50 0.16
HSL 39.44º 0.57% 0.63% -
HSV(B) 39.44º 0.5% 0.84% -
XYZ 46.06 46.78 20.24 -
YUV 179.97 86.26 152.27 -
System Red Green Blue C M Y K H S L
Decimal 214 177 106 0 0.17 0.50 0.16 39.44 0.57 0.63
Hex D6 B1 6A 0 11 32 10 27 39 3F
Octal 326 261 152 0 21 62 20 47 71 77
Binary 11010110 10110001 1101010 0 10001 110010 10000 100111 111001 111111

Color Harmonies of #D6B16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B16A

Black with #D6B16A

Text Example


Text Example

White with #D6B16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B16A; }

 p { color: rgb(214,177,106); }

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

background-color css

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

 a { background-color: rgb(214,177,106); }

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

border-color css

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

 span { border-color: rgb(214,177,106); }

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