Html Css Color HEX #D8AE65 Equator

📋 copy color: '#D8AE65'

red 216 ◦ green 174 ◦ blue 101

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

Shades of Equator #D8AE65

Tints of Equator #D8AE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.57%

R = 43.99%
G = 35.44%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D8AE65 (or 0xD8AE65) is known color: Equator. HEX triplet: D8, AE and 65. RGB value is (216,174,101). Sum of RGB (Red+Green+Blue) = 216+174+101=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE65 is #27519A. Grayscale: #B2B2B2. Windows color (decimal): -2576795 or 6663896. OLE color: 6663896.

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

Color convert

RGB 216 174 101 -
CMYK 0 0.19 0.53 0.15
HSL 38.09º 0.6% 0.62% -
HSV(B) 38.09º 0.53% 0.85% -
XYZ 45.8 45.81 18.74 -
YUV 178.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 216 174 101 0 0.19 0.53 0.15 38.09 0.6 0.62
Hex D8 AE 65 0 13 35 F 26 3C 3E
Octal 330 256 145 0 23 65 17 46 74 76
Binary 11011000 10101110 1100101 0 10011 110101 1111 100110 111100 111110

Color Harmonies of #D8AE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AE65

Black with #D8AE65

Text Example


Text Example

White with #D8AE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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