Html Css Color HEX #D9AC65 Equator

📋 copy color: '#D9AC65'

red 217 ◦ green 172 ◦ blue 101

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

Shades of Equator #D9AC65

Tints of Equator #D9AC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.61%

R = 44.29%
G = 35.1%
B = 20.61%

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

#D9AC65 (or 0xD9AC65) is known color: Equator. HEX triplet: D9, AC and 65. RGB value is (217,172,101). Sum of RGB (Red+Green+Blue) = 217+172+101=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC65 is #26539A. Grayscale: #B1B1B1. Windows color (decimal): -2511771 or 6663385. OLE color: 6663385.

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

Color convert

RGB 217 172 101 -
CMYK 0 0.21 0.53 0.15
HSL 36.72º 0.6% 0.62% -
HSV(B) 36.72º 0.53% 0.85% -
XYZ 45.72 45.2 18.63 -
YUV 177.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 217 172 101 0 0.21 0.53 0.15 36.72 0.6 0.62
Hex D9 AC 65 0 15 35 F 25 3C 3E
Octal 331 254 145 0 25 65 17 45 74 76
Binary 11011001 10101100 1100101 0 10101 110101 1111 100101 111100 111110

Color Harmonies of #D9AC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC65

Black with #D9AC65

Text Example


Text Example

White with #D9AC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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