Html Css Color HEX #D6A66F Putty

📋 copy color: '#D6A66F'

red 214 ◦ green 166 ◦ blue 111

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

Shades of Putty #D6A66F

Tints of Putty #D6A66F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.81%

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

R = 43.58%
G = 33.81%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6A66F (or 0xD6A66F) is known color: Putty. HEX triplet: D6, A6 and 6F. RGB value is (214,166,111). Sum of RGB (Red+Green+Blue) = 214+166+111=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A66F is #295990. Grayscale: #AEAEAE. Windows color (decimal): -2709905 or 7317206. OLE color: 7317206.

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

Color convert

RGB 214 166 111 -
CMYK 0 0.22 0.48 0.16
HSL 32.04º 0.56% 0.64% -
HSV(B) 32.04º 0.48% 0.84% -
XYZ 44.24 42.72 20.95 -
YUV 174.08 92.4 156.47 -
System Red Green Blue C M Y K H S L
Decimal 214 166 111 0 0.22 0.48 0.16 32.04 0.56 0.64
Hex D6 A6 6F 0 16 30 10 20 38 40
Octal 326 246 157 0 26 60 20 40 70 100
Binary 11010110 10100110 1101111 0 10110 110000 10000 100000 111000 1000000

Color Harmonies of #D6A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A66F

Black with #D6A66F

Text Example


Text Example

White with #D6A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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