Html Css Color HEX #D9AC66 Equator

📋 copy color: '#D9AC66'

red 217 ◦ green 172 ◦ blue 102

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

Shades of Equator #D9AC66

Tints of Equator #D9AC66

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

 BLUE value IS 102 (40.23% from 255) = 20.77%

R = 44.2%
G = 35.03%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9AC66 (or 0xD9AC66) is known color: Equator. HEX triplet: D9, AC and 66. RGB value is (217,172,102). Sum of RGB (Red+Green+Blue) = 217+172+102=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC66 is #265399. Grayscale: #B1B1B1. Windows color (decimal): -2511770 or 6728921. OLE color: 6728921.

HSL color Cylindrical-coordinate representation of color #D9AC66: hue angle of 36.52º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9AC66 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 102 -
CMYK 0 0.21 0.53 0.15
HSL 36.52º 0.6% 0.63% -
HSV(B) 36.52º 0.53% 0.85% -
XYZ 45.77 45.22 18.89 -
YUV 177.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 217 172 102 0 0.21 0.53 0.15 36.52 0.6 0.63
Hex D9 AC 66 0 15 35 F 25 3C 3F
Octal 331 254 146 0 25 65 17 45 74 77
Binary 11011001 10101100 1100110 0 10101 110101 1111 100101 111100 111111

Color Harmonies of #D9AC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC66

Black with #D9AC66

Text Example


Text Example

White with #D9AC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC66; }

 p { color: rgb(217,172,102); }

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

background-color css

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

 a { background-color: rgb(217,172,102); }

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

border-color css

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

 span { border-color: rgb(217,172,102); }

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