Html Css Color HEX #D8AC60 Equator

📋 copy color: '#D8AC60'

red 216 ◦ green 172 ◦ blue 96

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

Shades of Equator #D8AC60

Tints of Equator #D8AC60

RGB

 RED value IS 216 (84.77% from 255) = 44.63%

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

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

R = 44.63%
G = 35.54%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8AC60 (or 0xD8AC60) is known color: Equator. HEX triplet: D8, AC and 60. RGB value is (216,172,96). Sum of RGB (Red+Green+Blue) = 216+172+96=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC60 is #27539F. Grayscale: #B0B0B0. Windows color (decimal): -2577312 or 6335704. OLE color: 6335704.

HSL color Cylindrical-coordinate representation of color #D8AC60: hue angle of 38º 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 #D8AC60 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 96 -
CMYK 0 0.20 0.56 0.15
HSL 38º 0.61% 0.61% -
HSV(B) 38º 0.56% 0.85% -
XYZ 45.18 44.95 17.36 -
YUV 176.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 216 172 96 0 0.20 0.56 0.15 38 0.61 0.61
Hex D8 AC 60 0 14 38 F 26 3D 3D
Octal 330 254 140 0 24 70 17 46 75 75
Binary 11011000 10101100 1100000 0 10100 111000 1111 100110 111101 111101

Color Harmonies of #D8AC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC60

Black with #D8AC60

Text Example


Text Example

White with #D8AC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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