Html Css Color HEX #D8AE6B Equator

📋 copy color: '#D8AE6B'

red 216 ◦ green 174 ◦ blue 107

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

Shades of Equator #D8AE6B

Tints of Equator #D8AE6B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.01%

 BLUE value IS 107 (42.19% from 255) = 21.53%

R = 43.46%
G = 35.01%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8AE6B (or 0xD8AE6B) is known color: Equator. HEX triplet: D8, AE and 6B. RGB value is (216,174,107). Sum of RGB (Red+Green+Blue) = 216+174+107=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE6B is #275194. Grayscale: #B3B3B3. Windows color (decimal): -2576789 or 7057112. OLE color: 7057112.

HSL color Cylindrical-coordinate representation of color #D8AE6B: hue angle of 36.88º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8AE6B is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 174 107 -
CMYK 0 0.19 0.50 0.15
HSL 36.88º 0.58% 0.63% -
HSV(B) 36.88º 0.5% 0.85% -
XYZ 46.11 45.93 20.35 -
YUV 178.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 216 174 107 0 0.19 0.50 0.15 36.88 0.58 0.63
Hex D8 AE 6B 0 13 32 F 25 3A 3F
Octal 330 256 153 0 23 62 17 45 72 77
Binary 11011000 10101110 1101011 0 10011 110010 1111 100101 111010 111111

Color Harmonies of #D8AE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AE6B

Black with #D8AE6B

Text Example


Text Example

White with #D8AE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AE6B; }

 p { color: rgb(216,174,107); }

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

background-color css

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

 a { background-color: rgb(216,174,107); }

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

border-color css

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

 span { border-color: rgb(216,174,107); }

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