Html Css Color HEX #D8AC63 Equator

📋 copy color: '#D8AC63'

red 216 ◦ green 172 ◦ blue 99

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

Shades of Equator #D8AC63

Tints of Equator #D8AC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.33%

R = 44.35%
G = 35.32%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8AC63 (or 0xD8AC63) is known color: Equator. HEX triplet: D8, AC and 63. RGB value is (216,172,99). Sum of RGB (Red+Green+Blue) = 216+172+99=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC63 is #27539C. Grayscale: #B1B1B1. Windows color (decimal): -2577309 or 6532312. OLE color: 6532312.

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

Color convert

RGB 216 172 99 -
CMYK 0 0.20 0.54 0.15
HSL 37.44º 0.6% 0.62% -
HSV(B) 37.44º 0.54% 0.85% -
XYZ 45.32 45 18.1 -
YUV 176.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 216 172 99 0 0.20 0.54 0.15 37.44 0.6 0.62
Hex D8 AC 63 0 14 36 F 25 3C 3E
Octal 330 254 143 0 24 66 17 45 74 76
Binary 11011000 10101100 1100011 0 10100 110110 1111 100101 111100 111110

Color Harmonies of #D8AC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC63

Black with #D8AC63

Text Example


Text Example

White with #D8AC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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