Html Css Color HEX #D9AD63 Equator

📋 copy color: '#D9AD63'

red 217 ◦ green 173 ◦ blue 99

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

Shades of Equator #D9AD63

Tints of Equator #D9AD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.25%

R = 44.38%
G = 35.38%
B = 20.25%

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

#D9AD63 (or 0xD9AD63) is known color: Equator. HEX triplet: D9, AD and 63. RGB value is (217,173,99). Sum of RGB (Red+Green+Blue) = 217+173+99=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD63 is #26529C. Grayscale: #B2B2B2. Windows color (decimal): -2511517 or 6532569. OLE color: 6532569.

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

Color convert

RGB 217 173 99 -
CMYK 0 0.20 0.54 0.15
HSL 37.63º 0.61% 0.62% -
HSV(B) 37.63º 0.54% 0.85% -
XYZ 45.81 45.54 18.18 -
YUV 177.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 217 173 99 0 0.20 0.54 0.15 37.63 0.61 0.62
Hex D9 AD 63 0 14 36 F 26 3D 3E
Octal 331 255 143 0 24 66 17 46 75 76
Binary 11011001 10101101 1100011 0 10100 110110 1111 100110 111101 111110

Color Harmonies of #D9AD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD63

Black with #D9AD63

Text Example


Text Example

White with #D9AD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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