Html Css Color HEX #D8AD62 Equator

📋 copy color: '#D8AD62'

red 216 ◦ green 173 ◦ blue 98

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

Shades of Equator #D8AD62

Tints of Equator #D8AD62

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.52%

 BLUE value IS 98 (38.67% from 255) = 20.12%

R = 44.35%
G = 35.52%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8AD62 (or 0xD8AD62) is known color: Equator. HEX triplet: D8, AD and 62. RGB value is (216,173,98). Sum of RGB (Red+Green+Blue) = 216+173+98=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD62 is #27529D. Grayscale: #B1B1B1. Windows color (decimal): -2577054 or 6467032. OLE color: 6467032.

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

Color convert

RGB 216 173 98 -
CMYK 0 0.20 0.55 0.15
HSL 38.14º 0.6% 0.62% -
HSV(B) 38.14º 0.55% 0.85% -
XYZ 45.47 45.37 17.92 -
YUV 177.31 83.25 155.6 -
System Red Green Blue C M Y K H S L
Decimal 216 173 98 0 0.20 0.55 0.15 38.14 0.6 0.62
Hex D8 AD 62 0 14 37 F 26 3C 3E
Octal 330 255 142 0 24 67 17 46 74 76
Binary 11011000 10101101 1100010 0 10100 110111 1111 100110 111100 111110

Color Harmonies of #D8AD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD62

Black with #D8AD62

Text Example


Text Example

White with #D8AD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD62; }

 p { color: rgb(216,173,98); }

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

background-color css

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

 a { background-color: rgb(216,173,98); }

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

border-color css

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

 span { border-color: rgb(216,173,98); }

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