Html Css Color HEX #D9AD6C Equator

📋 copy color: '#D9AD6C'

red 217 ◦ green 173 ◦ blue 108

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

Shades of Equator #D9AD6C

Tints of Equator #D9AD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.69%

R = 43.57%
G = 34.74%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9AD6C (or 0xD9AD6C) is known color: Equator. HEX triplet: D9, AD and 6C. RGB value is (217,173,108). Sum of RGB (Red+Green+Blue) = 217+173+108=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD6C is #265293. Grayscale: #B3B3B3. Windows color (decimal): -2511508 or 7122393. OLE color: 7122393.

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

Color convert

RGB 217 173 108 -
CMYK 0 0.20 0.50 0.15
HSL 35.78º 0.59% 0.64% -
HSV(B) 35.78º 0.5% 0.85% -
XYZ 46.27 45.72 20.57 -
YUV 178.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 217 173 108 0 0.20 0.50 0.15 35.78 0.59 0.64
Hex D9 AD 6C 0 14 32 F 24 3B 40
Octal 331 255 154 0 24 62 17 44 73 100
Binary 11011001 10101101 1101100 0 10100 110010 1111 100100 111011 1000000

Color Harmonies of #D9AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD6C

Black with #D9AD6C

Text Example


Text Example

White with #D9AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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