Html Css Color HEX #D6A771 Putty

📋 copy color: '#D6A771'

red 214 ◦ green 167 ◦ blue 113

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

Shades of Putty #D6A771

Tints of Putty #D6A771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.81%

 BLUE value IS 113 (44.53% from 255) = 22.87%

R = 43.32%
G = 33.81%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6A771 (or 0xD6A771) is known color: Putty. HEX triplet: D6, A7 and 71. RGB value is (214,167,113). Sum of RGB (Red+Green+Blue) = 214+167+113=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A771 is #29588E. Grayscale: #AFAFAF. Windows color (decimal): -2709647 or 7448534. OLE color: 7448534.

HSL color Cylindrical-coordinate representation of color #D6A771: hue angle of 32.08º 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 #D6A771 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 167 113 -
CMYK 0 0.22 0.47 0.16
HSL 32.08º 0.55% 0.64% -
HSV(B) 32.08º 0.47% 0.84% -
XYZ 44.53 43.13 21.6 -
YUV 174.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 214 167 113 0 0.22 0.47 0.16 32.08 0.55 0.64
Hex D6 A7 71 0 16 2F 10 20 37 40
Octal 326 247 161 0 26 57 20 40 67 100
Binary 11010110 10100111 1110001 0 10110 101111 10000 100000 110111 1000000

Color Harmonies of #D6A771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A771

Black with #D6A771

Text Example


Text Example

White with #D6A771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A771; }

 p { color: rgb(214,167,113); }

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

background-color css

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

 a { background-color: rgb(214,167,113); }

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

border-color css

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

 span { border-color: rgb(214,167,113); }

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