Html Css Color HEX #D6AB74 Putty

📋 copy color: '#D6AB74'

red 214 ◦ green 171 ◦ blue 116

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

Shades of Putty #D6AB74

Tints of Putty #D6AB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.15%

R = 42.71%
G = 34.13%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D6AB74 (or 0xD6AB74) is known color: Putty. HEX triplet: D6, AB and 74. RGB value is (214,171,116). Sum of RGB (Red+Green+Blue) = 214+171+116=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB74 is #29548B. Grayscale: #B1B1B1. Windows color (decimal): -2708620 or 7646166. OLE color: 7646166.

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

Color convert

RGB 214 171 116 -
CMYK 0 0.20 0.46 0.16
HSL 33.67º 0.54% 0.65% -
HSV(B) 33.67º 0.46% 0.84% -
XYZ 45.45 44.68 22.75 -
YUV 177.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 214 171 116 0 0.20 0.46 0.16 33.67 0.54 0.65
Hex D6 AB 74 0 14 2E 10 22 36 41
Octal 326 253 164 0 24 56 20 42 66 101
Binary 11010110 10101011 1110100 0 10100 101110 10000 100010 110110 1000001

Color Harmonies of #D6AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB74

Black with #D6AB74

Text Example


Text Example

White with #D6AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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