Html Css Color HEX #D6AC6C Putty

📋 copy color: '#D6AC6C'

red 214 ◦ green 172 ◦ blue 108

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

Shades of Putty #D6AC6C

Tints of Putty #D6AC6C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.82%

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

R = 43.32%
G = 34.82%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6AC6C (or 0xD6AC6C) is known color: Putty. HEX triplet: D6, AC and 6C. RGB value is (214,172,108). Sum of RGB (Red+Green+Blue) = 214+172+108=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC6C is #295393. Grayscale: #B1B1B1. Windows color (decimal): -2708372 or 7122134. OLE color: 7122134.

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

Color convert

RGB 214 172 108 -
CMYK 0 0.20 0.50 0.16
HSL 36.23º 0.56% 0.63% -
HSV(B) 36.23º 0.5% 0.84% -
XYZ 45.19 44.88 20.47 -
YUV 177.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 214 172 108 0 0.20 0.50 0.16 36.23 0.56 0.63
Hex D6 AC 6C 0 14 32 10 24 38 3F
Octal 326 254 154 0 24 62 20 44 70 77
Binary 11010110 10101100 1101100 0 10100 110010 10000 100100 111000 111111

Color Harmonies of #D6AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC6C

Black with #D6AC6C

Text Example


Text Example

White with #D6AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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