Html Css Color HEX #D9A96B Equator

📋 copy color: '#D9A96B'

red 217 ◦ green 169 ◦ blue 107

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

Shades of Equator #D9A96B

Tints of Equator #D9A96B

RGB

 RED value IS 217 (85.16% from 255) = 44.02%

 GREEN value IS 169 (66.41% from 255) = 34.28%

 BLUE value IS 107 (42.19% from 255) = 21.7%

R = 44.02%
G = 34.28%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9A96B (or 0xD9A96B) is known color: Equator. HEX triplet: D9, A9 and 6B. RGB value is (217,169,107). Sum of RGB (Red+Green+Blue) = 217+169+107=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A96B is #265694. Grayscale: #B0B0B0. Windows color (decimal): -2512533 or 7055833. OLE color: 7055833.

HSL color Cylindrical-coordinate representation of color #D9A96B: hue angle of 33.82º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9A96B is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 107 -
CMYK 0 0.22 0.51 0.15
HSL 33.82º 0.59% 0.64% -
HSV(B) 33.82º 0.51% 0.85% -
XYZ 45.46 44.19 20.04 -
YUV 176.28 88.9 157.04 -
System Red Green Blue C M Y K H S L
Decimal 217 169 107 0 0.22 0.51 0.15 33.82 0.59 0.64
Hex D9 A9 6B 0 16 33 F 22 3B 40
Octal 331 251 153 0 26 63 17 42 73 100
Binary 11011001 10101001 1101011 0 10110 110011 1111 100010 111011 1000000

Color Harmonies of #D9A96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A96B

Black with #D9A96B

Text Example


Text Example

White with #D9A96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A96B; }

 p { color: rgb(217,169,107); }

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

background-color css

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

 a { background-color: rgb(217,169,107); }

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

border-color css

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

 span { border-color: rgb(217,169,107); }

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