Html Css Color HEX #D9AD60 Equator

📋 copy color: '#D9AD60'

red 217 ◦ green 173 ◦ blue 96

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

Shades of Equator #D9AD60

Tints of Equator #D9AD60

RGB

 RED value IS 217 (85.16% from 255) = 44.65%

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

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

R = 44.65%
G = 35.6%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9AD60 (or 0xD9AD60) is known color: Equator. HEX triplet: D9, AD and 60. RGB value is (217,173,96). Sum of RGB (Red+Green+Blue) = 217+173+96=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD60 is #26529F. Grayscale: #B1B1B1. Windows color (decimal): -2511520 or 6335961. OLE color: 6335961.

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

Color convert

RGB 217 173 96 -
CMYK 0 0.20 0.56 0.15
HSL 38.18º 0.61% 0.61% -
HSV(B) 38.18º 0.56% 0.85% -
XYZ 45.67 45.48 17.44 -
YUV 177.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 217 173 96 0 0.20 0.56 0.15 38.18 0.61 0.61
Hex D9 AD 60 0 14 38 F 26 3D 3D
Octal 331 255 140 0 24 70 17 46 75 75
Binary 11011001 10101101 1100000 0 10100 111000 1111 100110 111101 111101

Color Harmonies of #D9AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD60

Black with #D9AD60

Text Example


Text Example

White with #D9AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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