Html Css Color HEX #D8AE5D Equator

📋 copy color: '#D8AE5D'

red 216 ◦ green 174 ◦ blue 93

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

Shades of Equator #D8AE5D

Tints of Equator #D8AE5D

RGB

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

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

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

R = 44.72%
G = 36.02%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8AE5D (or 0xD8AE5D) is known color: Equator. HEX triplet: D8, AE and 5D. RGB value is (216,174,93). Sum of RGB (Red+Green+Blue) = 216+174+93=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE5D is #2751A2. Grayscale: #B1B1B1. Windows color (decimal): -2576803 or 6139608. OLE color: 6139608.

HSL color Cylindrical-coordinate representation of color #D8AE5D: hue angle of 39.51º degrees, saturation: 0.61, 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 #D8AE5D is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 174 93 -
CMYK 0 0.19 0.57 0.15
HSL 39.51º 0.61% 0.61% -
HSV(B) 39.51º 0.57% 0.85% -
XYZ 45.43 45.66 16.77 -
YUV 177.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 216 174 93 0 0.19 0.57 0.15 39.51 0.61 0.61
Hex D8 AE 5D 0 13 39 F 28 3D 3D
Octal 330 256 135 0 23 71 17 50 75 75
Binary 11011000 10101110 1011101 0 10011 111001 1111 101000 111101 111101

Color Harmonies of #D8AE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AE5D

Black with #D8AE5D

Text Example


Text Example

White with #D8AE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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