Html Css Color HEX #D8AD64 Equator

📋 copy color: '#D8AD64'

red 216 ◦ green 173 ◦ blue 100

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

Shades of Equator #D8AD64

Tints of Equator #D8AD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.45%

R = 44.17%
G = 35.38%
B = 20.45%

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

#D8AD64 (or 0xD8AD64) is known color: Equator. HEX triplet: D8, AD and 64. RGB value is (216,173,100). Sum of RGB (Red+Green+Blue) = 216+173+100=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD64 is #27529B. Grayscale: #B1B1B1. Windows color (decimal): -2577052 or 6598104. OLE color: 6598104.

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

Color convert

RGB 216 173 100 -
CMYK 0 0.20 0.54 0.15
HSL 37.76º 0.6% 0.62% -
HSV(B) 37.76º 0.54% 0.85% -
XYZ 45.56 45.41 18.42 -
YUV 177.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 216 173 100 0 0.20 0.54 0.15 37.76 0.6 0.62
Hex D8 AD 64 0 14 36 F 26 3C 3E
Octal 330 255 144 0 24 66 17 46 74 76
Binary 11011000 10101101 1100100 0 10100 110110 1111 100110 111100 111110

Color Harmonies of #D8AD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD64

Black with #D8AD64

Text Example


Text Example

White with #D8AD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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