Html Css Color HEX #D5A96E Putty

📋 copy color: '#D5A96E'

red 213 ◦ green 169 ◦ blue 110

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

Shades of Putty #D5A96E

Tints of Putty #D5A96E

RGB

 RED value IS 213 (83.59% from 255) = 43.29%

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

 BLUE value IS 110 (43.36% from 255) = 22.36%

R = 43.29%
G = 34.35%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5A96E (or 0xD5A96E) is known color: Putty. HEX triplet: D5, A9 and 6E. RGB value is (213,169,110). Sum of RGB (Red+Green+Blue) = 213+169+110=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A96E is #2A5691. Grayscale: #AFAFAF. Windows color (decimal): -2774674 or 7252437. OLE color: 7252437.

HSL color Cylindrical-coordinate representation of color #D5A96E: hue angle of 34.37º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5A96E is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 169 110 -
CMYK 0 0.21 0.48 0.16
HSL 34.37º 0.55% 0.63% -
HSV(B) 34.37º 0.48% 0.84% -
XYZ 44.44 43.65 20.83 -
YUV 175.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 213 169 110 0 0.21 0.48 0.16 34.37 0.55 0.63
Hex D5 A9 6E 0 15 30 10 22 37 3F
Octal 325 251 156 0 25 60 20 42 67 77
Binary 11010101 10101001 1101110 0 10101 110000 10000 100010 110111 111111

Color Harmonies of #D5A96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A96E

Black with #D5A96E

Text Example


Text Example

White with #D5A96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A96E; }

 p { color: rgb(213,169,110); }

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

background-color css

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

 a { background-color: rgb(213,169,110); }

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

border-color css

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

 span { border-color: rgb(213,169,110); }

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