Html Css Color HEX #D6AB71 Putty

📋 copy color: '#D6AB71'

red 214 ◦ green 171 ◦ blue 113

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

Shades of Putty #D6AB71

Tints of Putty #D6AB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.34%

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

R = 42.97%
G = 34.34%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6AB71 (or 0xD6AB71) is known color: Putty. HEX triplet: D6, AB and 71. RGB value is (214,171,113). Sum of RGB (Red+Green+Blue) = 214+171+113=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB71 is #29548E. Grayscale: #B1B1B1. Windows color (decimal): -2708623 or 7449558. OLE color: 7449558.

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

Color convert

RGB 214 171 113 -
CMYK 0 0.20 0.47 0.16
HSL 34.46º 0.55% 0.64% -
HSV(B) 34.46º 0.47% 0.84% -
XYZ 45.28 44.61 21.85 -
YUV 177.25 91.75 154.22 -
System Red Green Blue C M Y K H S L
Decimal 214 171 113 0 0.20 0.47 0.16 34.46 0.55 0.64
Hex D6 AB 71 0 14 2F 10 22 37 40
Octal 326 253 161 0 24 57 20 42 67 100
Binary 11010110 10101011 1110001 0 10100 101111 10000 100010 110111 1000000

Color Harmonies of #D6AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB71

Black with #D6AB71

Text Example


Text Example

White with #D6AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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