Html Css Color HEX #D6A96B Putty

📋 copy color: '#D6A96B'

red 214 ◦ green 169 ◦ blue 107

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

Shades of Putty #D6A96B

Tints of Putty #D6A96B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.49%

 BLUE value IS 107 (42.19% from 255) = 21.84%

R = 43.67%
G = 34.49%
B = 21.84%

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

#D6A96B (or 0xD6A96B) is known color: Putty. HEX triplet: D6, A9 and 6B. RGB value is (214,169,107). Sum of RGB (Red+Green+Blue) = 214+169+107=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A96B is #295694. Grayscale: #AFAFAF. Windows color (decimal): -2709141 or 7055830. OLE color: 7055830.

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

Color convert

RGB 214 169 107 -
CMYK 0 0.21 0.50 0.16
HSL 34.77º 0.57% 0.63% -
HSV(B) 34.77º 0.5% 0.84% -
XYZ 44.57 43.73 20 -
YUV 175.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 214 169 107 0 0.21 0.50 0.16 34.77 0.57 0.63
Hex D6 A9 6B 0 15 32 10 23 39 3F
Octal 326 251 153 0 25 62 20 43 71 77
Binary 11010110 10101001 1101011 0 10101 110010 10000 100011 111001 111111

Color Harmonies of #D6A96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A96B

Black with #D6A96B

Text Example


Text Example

White with #D6A96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A96B; }

 p { color: rgb(214,169,107); }

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

background-color css

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

 a { background-color: rgb(214,169,107); }

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

border-color css

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

 span { border-color: rgb(214,169,107); }

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