Html Css Color HEX #D9AC60 Equator

📋 copy color: '#D9AC60'

red 217 ◦ green 172 ◦ blue 96

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

Shades of Equator #D9AC60

Tints of Equator #D9AC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.79%

R = 44.74%
G = 35.46%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9AC60 (or 0xD9AC60) is known color: Equator. HEX triplet: D9, AC and 60. RGB value is (217,172,96). Sum of RGB (Red+Green+Blue) = 217+172+96=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC60 is #26539F. Grayscale: #B1B1B1. Windows color (decimal): -2511776 or 6335705. OLE color: 6335705.

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

Color convert

RGB 217 172 96 -
CMYK 0 0.21 0.56 0.15
HSL 37.69º 0.61% 0.61% -
HSV(B) 37.69º 0.56% 0.85% -
XYZ 45.48 45.1 17.37 -
YUV 176.79 82.41 156.68 -
System Red Green Blue C M Y K H S L
Decimal 217 172 96 0 0.21 0.56 0.15 37.69 0.61 0.61
Hex D9 AC 60 0 15 38 F 26 3D 3D
Octal 331 254 140 0 25 70 17 46 75 75
Binary 11011001 10101100 1100000 0 10101 111000 1111 100110 111101 111101

Color Harmonies of #D9AC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC60

Black with #D9AC60

Text Example


Text Example

White with #D9AC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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