Html Css Color HEX #D0AA6E Putty

📋 copy color: '#D0AA6E'

red 208 ◦ green 170 ◦ blue 110

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

Shades of Putty #D0AA6E

Tints of Putty #D0AA6E

RGB

 RED value IS 208 (81.64% from 255) = 42.62%

 GREEN value IS 170 (66.8% from 255) = 34.84%

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 42.62%
G = 34.84%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0AA6E (or 0xD0AA6E) is known color: Putty. HEX triplet: D0, AA and 6E. RGB value is (208,170,110). Sum of RGB (Red+Green+Blue) = 208+170+110=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AA6E is #2F5591. Grayscale: #AEAEAE. Windows color (decimal): -3102098 or 7252688. OLE color: 7252688.

HSL color Cylindrical-coordinate representation of color #D0AA6E: hue angle of 36.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0AA6E is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 170 110 -
CMYK 0 0.18 0.47 0.18
HSL 36.73º 0.51% 0.62% -
HSV(B) 36.73º 0.47% 0.82% -
XYZ 43.2 43.29 20.83 -
YUV 174.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 208 170 110 0 0.18 0.47 0.18 36.73 0.51 0.62
Hex D0 AA 6E 0 12 2F 12 25 33 3E
Octal 320 252 156 0 22 57 22 45 63 76
Binary 11010000 10101010 1101110 0 10010 101111 10010 100101 110011 111110

Color Harmonies of #D0AA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA6E

Black with #D0AA6E

Text Example


Text Example

White with #D0AA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA6E; }

 p { color: rgb(208,170,110); }

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

background-color css

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

 a { background-color: rgb(208,170,110); }

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

border-color css

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

 span { border-color: rgb(208,170,110); }

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