Html Css Color HEX #D9AC62 Equator

📋 copy color: '#D9AC62'

red 217 ◦ green 172 ◦ blue 98

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

Shades of Equator #D9AC62

Tints of Equator #D9AC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.12%

R = 44.56%
G = 35.32%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D9AC62 (or 0xD9AC62) is known color: Equator. HEX triplet: D9, AC and 62. RGB value is (217,172,98). Sum of RGB (Red+Green+Blue) = 217+172+98=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC62 is #26539D. Grayscale: #B1B1B1. Windows color (decimal): -2511774 or 6466777. OLE color: 6466777.

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

Color convert

RGB 217 172 98 -
CMYK 0 0.21 0.55 0.15
HSL 37.31º 0.61% 0.62% -
HSV(B) 37.31º 0.55% 0.85% -
XYZ 45.57 45.14 17.87 -
YUV 177.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 217 172 98 0 0.21 0.55 0.15 37.31 0.61 0.62
Hex D9 AC 62 0 15 37 F 25 3D 3E
Octal 331 254 142 0 25 67 17 45 75 76
Binary 11011001 10101100 1100010 0 10101 110111 1111 100101 111101 111110

Color Harmonies of #D9AC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC62

Black with #D9AC62

Text Example


Text Example

White with #D9AC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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