Html Css Color HEX #D7AD60 Equator

📋 copy color: '#D7AD60'

red 215 ◦ green 173 ◦ blue 96

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

Shades of Equator #D7AD60

Tints of Equator #D7AD60

RGB

 RED value IS 215 (84.38% from 255) = 44.42%

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

 BLUE value IS 96 (37.89% from 255) = 19.83%

R = 44.42%
G = 35.74%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D7AD60 (or 0xD7AD60) is known color: Equator. HEX triplet: D7, AD and 60. RGB value is (215,173,96). Sum of RGB (Red+Green+Blue) = 215+173+96=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD60 is #28529F. Grayscale: #B1B1B1. Windows color (decimal): -2642592 or 6335959. OLE color: 6335959.

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

Color convert

RGB 215 173 96 -
CMYK 0 0.20 0.55 0.16
HSL 38.82º 0.6% 0.61% -
HSV(B) 38.82º 0.55% 0.84% -
XYZ 45.08 45.18 17.41 -
YUV 176.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 215 173 96 0 0.20 0.55 0.16 38.82 0.6 0.61
Hex D7 AD 60 0 14 37 10 27 3C 3D
Octal 327 255 140 0 24 67 20 47 74 75
Binary 11010111 10101101 1100000 0 10100 110111 10000 100111 111100 111101

Color Harmonies of #D7AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD60

Black with #D7AD60

Text Example


Text Example

White with #D7AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD60; }

 p { color: rgb(215,173,96); }

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

background-color css

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

 a { background-color: rgb(215,173,96); }

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

border-color css

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

 span { border-color: rgb(215,173,96); }

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