Html Css Color HEX #D9AC5D Equator

📋 copy color: '#D9AC5D'

red 217 ◦ green 172 ◦ blue 93

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

Shades of Equator #D9AC5D

Tints of Equator #D9AC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.29%

R = 45.02%
G = 35.68%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9AC5D (or 0xD9AC5D) is known color: Equator. HEX triplet: D9, AC and 5D. RGB value is (217,172,93). Sum of RGB (Red+Green+Blue) = 217+172+93=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC5D is #2653A2. Grayscale: #B0B0B0. Windows color (decimal): -2511779 or 6139097. OLE color: 6139097.

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

Color convert

RGB 217 172 93 -
CMYK 0 0.21 0.57 0.15
HSL 38.23º 0.62% 0.61% -
HSV(B) 38.23º 0.57% 0.85% -
XYZ 45.34 45.05 16.66 -
YUV 176.45 80.91 156.92 -
System Red Green Blue C M Y K H S L
Decimal 217 172 93 0 0.21 0.57 0.15 38.23 0.62 0.61
Hex D9 AC 5D 0 15 39 F 26 3E 3D
Octal 331 254 135 0 25 71 17 46 76 75
Binary 11011001 10101100 1011101 0 10101 111001 1111 100110 111110 111101

Color Harmonies of #D9AC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC5D

Black with #D9AC5D

Text Example


Text Example

White with #D9AC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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