Html Css Color HEX #D9AC64 Equator

📋 copy color: '#D9AC64'

red 217 ◦ green 172 ◦ blue 100

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

Shades of Equator #D9AC64

Tints of Equator #D9AC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.45%

R = 44.38%
G = 35.17%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9AC64 (or 0xD9AC64) is known color: Equator. HEX triplet: D9, AC and 64. RGB value is (217,172,100). Sum of RGB (Red+Green+Blue) = 217+172+100=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC64 is #26539B. Grayscale: #B1B1B1. Windows color (decimal): -2511772 or 6597849. OLE color: 6597849.

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

Color convert

RGB 217 172 100 -
CMYK 0 0.21 0.54 0.15
HSL 36.92º 0.61% 0.62% -
HSV(B) 36.92º 0.54% 0.85% -
XYZ 45.67 45.18 18.37 -
YUV 177.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 217 172 100 0 0.21 0.54 0.15 36.92 0.61 0.62
Hex D9 AC 64 0 15 36 F 25 3D 3E
Octal 331 254 144 0 25 66 17 45 75 76
Binary 11011001 10101100 1100100 0 10101 110110 1111 100101 111101 111110

Color Harmonies of #D9AC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC64

Black with #D9AC64

Text Example


Text Example

White with #D9AC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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