Html Css Color HEX #D6A56C Putty

📋 copy color: '#D6A56C'

red 214 ◦ green 165 ◦ blue 108

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

Shades of Putty #D6A56C

Tints of Putty #D6A56C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.88%

 BLUE value IS 108 (42.58% from 255) = 22.18%

R = 43.94%
G = 33.88%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6A56C (or 0xD6A56C) is known color: Putty. HEX triplet: D6, A5 and 6C. RGB value is (214,165,108). Sum of RGB (Red+Green+Blue) = 214+165+108=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A56C is #295A93. Grayscale: #ADADAD. Windows color (decimal): -2710164 or 7120342. OLE color: 7120342.

HSL color Cylindrical-coordinate representation of color #D6A56C: hue angle of 32.26º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6A56C is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 165 108 -
CMYK 0 0.23 0.50 0.16
HSL 32.26º 0.56% 0.63% -
HSV(B) 32.26º 0.5% 0.84% -
XYZ 43.89 42.29 20.04 -
YUV 173.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 214 165 108 0 0.23 0.50 0.16 32.26 0.56 0.63
Hex D6 A5 6C 0 17 32 10 20 38 3F
Octal 326 245 154 0 27 62 20 40 70 77
Binary 11010110 10100101 1101100 0 10111 110010 10000 100000 111000 111111

Color Harmonies of #D6A56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A56C

Black with #D6A56C

Text Example


Text Example

White with #D6A56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A56C; }

 p { color: rgb(214,165,108); }

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

background-color css

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

 a { background-color: rgb(214,165,108); }

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

border-color css

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

 span { border-color: rgb(214,165,108); }

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