Html Css Color HEX #D0AA79 Putty

📋 copy color: '#D0AA79'

red 208 ◦ green 170 ◦ blue 121

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

Shades of Putty #D0AA79

Tints of Putty #D0AA79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.25%

R = 41.68%
G = 34.07%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0AA79 (or 0xD0AA79) is known color: Putty. HEX triplet: D0, AA and 79. RGB value is (208,170,121). Sum of RGB (Red+Green+Blue) = 208+170+121=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AA79 is #2F5586. Grayscale: #B0B0B0. Windows color (decimal): -3102087 or 7973584. OLE color: 7973584.

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

Color convert

RGB 208 170 121 -
CMYK 0 0.18 0.42 0.18
HSL 33.79º 0.48% 0.65% -
HSV(B) 33.79º 0.42% 0.82% -
XYZ 43.84 43.54 24.18 -
YUV 175.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 208 170 121 0 0.18 0.42 0.18 33.79 0.48 0.65
Hex D0 AA 79 0 12 2A 12 22 30 41
Octal 320 252 171 0 22 52 22 42 60 101
Binary 11010000 10101010 1111001 0 10010 101010 10010 100010 110000 1000001

Color Harmonies of #D0AA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA79

Black with #D0AA79

Text Example


Text Example

White with #D0AA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA79; }

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

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

background-color css

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

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

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

border-color css

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

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

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