Html Css Color HEX #D3A96C Putty

📋 copy color: '#D3A96C'

red 211 ◦ green 169 ◦ blue 108

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

Shades of Putty #D3A96C

Tints of Putty #D3A96C

RGB

 RED value IS 211 (82.81% from 255) = 43.24%

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

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

R = 43.24%
G = 34.63%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3A96C (or 0xD3A96C) is known color: Putty. HEX triplet: D3, A9 and 6C. RGB value is (211,169,108). Sum of RGB (Red+Green+Blue) = 211+169+108=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A96C is #2C5693. Grayscale: #AEAEAE. Windows color (decimal): -2905748 or 7121363. OLE color: 7121363.

HSL color Cylindrical-coordinate representation of color #D3A96C: hue angle of 35.53º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3A96C is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 169 108 -
CMYK 0 0.20 0.49 0.17
HSL 35.53º 0.54% 0.63% -
HSV(B) 35.53º 0.49% 0.83% -
XYZ 43.76 43.31 20.24 -
YUV 174.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 211 169 108 0 0.20 0.49 0.17 35.53 0.54 0.63
Hex D3 A9 6C 0 14 31 11 24 36 3F
Octal 323 251 154 0 24 61 21 44 66 77
Binary 11010011 10101001 1101100 0 10100 110001 10001 100100 110110 111111

Color Harmonies of #D3A96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A96C

Black with #D3A96C

Text Example


Text Example

White with #D3A96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A96C; }

 p { color: rgb(211,169,108); }

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

background-color css

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

 a { background-color: rgb(211,169,108); }

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

border-color css

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

 span { border-color: rgb(211,169,108); }

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