Html Css Color HEX #D6A86A Putty

📋 copy color: '#D6A86A'

red 214 ◦ green 168 ◦ blue 106

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

Shades of Putty #D6A86A

Tints of Putty #D6A86A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.43%

 BLUE value IS 106 (41.8% from 255) = 21.72%

R = 43.85%
G = 34.43%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6A86A (or 0xD6A86A) is known color: Putty. HEX triplet: D6, A8 and 6A. RGB value is (214,168,106). Sum of RGB (Red+Green+Blue) = 214+168+106=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A86A is #295795. Grayscale: #AEAEAE. Windows color (decimal): -2709398 or 6990038. OLE color: 6990038.

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

Color convert

RGB 214 168 106 -
CMYK 0 0.21 0.50 0.16
HSL 34.44º 0.57% 0.63% -
HSV(B) 34.44º 0.5% 0.84% -
XYZ 44.34 43.34 19.66 -
YUV 174.69 89.24 156.04 -
System Red Green Blue C M Y K H S L
Decimal 214 168 106 0 0.21 0.50 0.16 34.44 0.57 0.63
Hex D6 A8 6A 0 15 32 10 22 39 3F
Octal 326 250 152 0 25 62 20 42 71 77
Binary 11010110 10101000 1101010 0 10101 110010 10000 100010 111001 111111

Color Harmonies of #D6A86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A86A

Black with #D6A86A

Text Example


Text Example

White with #D6A86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A86A; }

 p { color: rgb(214,168,106); }

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

background-color css

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

 a { background-color: rgb(214,168,106); }

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

border-color css

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

 span { border-color: rgb(214,168,106); }

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