Html Css Color HEX #D6AA75 Putty

📋 copy color: '#D6AA75'

red 214 ◦ green 170 ◦ blue 117

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

Shades of Putty #D6AA75

Tints of Putty #D6AA75

RGB

 RED value IS 214 (83.98% from 255) = 42.71%

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

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 42.71%
G = 33.93%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6AA75 (or 0xD6AA75) is known color: Putty. HEX triplet: D6, AA and 75. RGB value is (214,170,117). Sum of RGB (Red+Green+Blue) = 214+170+117=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA75 is #29558A. Grayscale: #B1B1B1. Windows color (decimal): -2708875 or 7711446. OLE color: 7711446.

HSL color Cylindrical-coordinate representation of color #D6AA75: hue angle of 32.78º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6AA75 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 170 117 -
CMYK 0 0.21 0.45 0.16
HSL 32.78º 0.54% 0.65% -
HSV(B) 32.78º 0.45% 0.84% -
XYZ 45.32 44.33 23 -
YUV 177.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 214 170 117 0 0.21 0.45 0.16 32.78 0.54 0.65
Hex D6 AA 75 0 15 2D 10 21 36 41
Octal 326 252 165 0 25 55 20 41 66 101
Binary 11010110 10101010 1110101 0 10101 101101 10000 100001 110110 1000001

Color Harmonies of #D6AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AA75

Black with #D6AA75

Text Example


Text Example

White with #D6AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AA75; }

 p { color: rgb(214,170,117); }

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

background-color css

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

 a { background-color: rgb(214,170,117); }

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

border-color css

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

 span { border-color: rgb(214,170,117); }

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