Html Css Color HEX #D6AA72 Putty

📋 copy color: '#D6AA72'

red 214 ◦ green 170 ◦ blue 114

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

Shades of Putty #D6AA72

Tints of Putty #D6AA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.89%

R = 42.97%
G = 34.14%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6AA72 (or 0xD6AA72) is known color: Putty. HEX triplet: D6, AA and 72. RGB value is (214,170,114). Sum of RGB (Red+Green+Blue) = 214+170+114=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA72 is #29558D. Grayscale: #B1B1B1. Windows color (decimal): -2708878 or 7514838. OLE color: 7514838.

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

Color convert

RGB 214 170 114 -
CMYK 0 0.21 0.47 0.16
HSL 33.6º 0.55% 0.64% -
HSV(B) 33.6º 0.47% 0.84% -
XYZ 45.14 44.26 22.08 -
YUV 176.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 214 170 114 0 0.21 0.47 0.16 33.6 0.55 0.64
Hex D6 AA 72 0 15 2F 10 22 37 40
Octal 326 252 162 0 25 57 20 42 67 100
Binary 11010110 10101010 1110010 0 10101 101111 10000 100010 110111 1000000

Color Harmonies of #D6AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AA72

Black with #D6AA72

Text Example


Text Example

White with #D6AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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