Html Css Color HEX #D5AA6D Putty

📋 copy color: '#D5AA6D'

red 213 ◦ green 170 ◦ blue 109

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

Shades of Putty #D5AA6D

Tints of Putty #D5AA6D

RGB

 RED value IS 213 (83.59% from 255) = 43.29%

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

 BLUE value IS 109 (42.97% from 255) = 22.15%

R = 43.29%
G = 34.55%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5AA6D (or 0xD5AA6D) is known color: Putty. HEX triplet: D5, AA and 6D. RGB value is (213,170,109). Sum of RGB (Red+Green+Blue) = 213+170+109=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA6D is #2A5592. Grayscale: #B0B0B0. Windows color (decimal): -2774419 or 7187157. OLE color: 7187157.

HSL color Cylindrical-coordinate representation of color #D5AA6D: hue angle of 35.19º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5AA6D is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 170 109 -
CMYK 0 0.20 0.49 0.16
HSL 35.19º 0.55% 0.63% -
HSV(B) 35.19º 0.49% 0.84% -
XYZ 44.58 44 20.61 -
YUV 175.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 213 170 109 0 0.20 0.49 0.16 35.19 0.55 0.63
Hex D5 AA 6D 0 14 31 10 23 37 3F
Octal 325 252 155 0 24 61 20 43 67 77
Binary 11010101 10101010 1101101 0 10100 110001 10000 100011 110111 111111

Color Harmonies of #D5AA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AA6D

Black with #D5AA6D

Text Example


Text Example

White with #D5AA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AA6D; }

 p { color: rgb(213,170,109); }

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

background-color css

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

 a { background-color: rgb(213,170,109); }

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

border-color css

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

 span { border-color: rgb(213,170,109); }

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