Html Css Color HEX #D6AA6F Putty

📋 copy color: '#D6AA6F'

red 214 ◦ green 170 ◦ blue 111

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

Shades of Putty #D6AA6F

Tints of Putty #D6AA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.42%

R = 43.23%
G = 34.34%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6AA6F (or 0xD6AA6F) is known color: Putty. HEX triplet: D6, AA and 6F. RGB value is (214,170,111). Sum of RGB (Red+Green+Blue) = 214+170+111=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA6F is #295590. Grayscale: #B0B0B0. Windows color (decimal): -2708881 or 7318230. OLE color: 7318230.

HSL color Cylindrical-coordinate representation of color #D6AA6F: hue angle of 34.37º degrees, saturation: 0.56, 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 #D6AA6F is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 170 111 -
CMYK 0 0.21 0.48 0.16
HSL 34.37º 0.56% 0.64% -
HSV(B) 34.37º 0.48% 0.84% -
XYZ 44.98 44.19 21.2 -
YUV 176.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 214 170 111 0 0.21 0.48 0.16 34.37 0.56 0.64
Hex D6 AA 6F 0 15 30 10 22 38 40
Octal 326 252 157 0 25 60 20 42 70 100
Binary 11010110 10101010 1101111 0 10101 110000 10000 100010 111000 1000000

Color Harmonies of #D6AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AA6F

Black with #D6AA6F

Text Example


Text Example

White with #D6AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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