Html Css Color HEX #D6AB70 Putty

📋 copy color: '#D6AB70'

red 214 ◦ green 171 ◦ blue 112

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

Shades of Putty #D6AB70

Tints of Putty #D6AB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.54%

R = 43.06%
G = 34.41%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6AB70 (or 0xD6AB70) is known color: Putty. HEX triplet: D6, AB and 70. RGB value is (214,171,112). Sum of RGB (Red+Green+Blue) = 214+171+112=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB70 is #29548F. Grayscale: #B1B1B1. Windows color (decimal): -2708624 or 7384022. OLE color: 7384022.

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

Color convert

RGB 214 171 112 -
CMYK 0 0.20 0.48 0.16
HSL 34.71º 0.55% 0.64% -
HSV(B) 34.71º 0.48% 0.84% -
XYZ 45.22 44.59 21.55 -
YUV 177.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 214 171 112 0 0.20 0.48 0.16 34.71 0.55 0.64
Hex D6 AB 70 0 14 30 10 23 37 40
Octal 326 253 160 0 24 60 20 43 67 100
Binary 11010110 10101011 1110000 0 10100 110000 10000 100011 110111 1000000

Color Harmonies of #D6AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB70

Black with #D6AB70

Text Example


Text Example

White with #D6AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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