Html Css Color HEX #D5AB6E Putty

📋 copy color: '#D5AB6E'

red 213 ◦ green 171 ◦ blue 110

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

Shades of Putty #D5AB6E

Tints of Putty #D5AB6E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.62%

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

R = 43.12%
G = 34.62%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5AB6E (or 0xD5AB6E) is known color: Putty. HEX triplet: D5, AB and 6E. RGB value is (213,171,110). Sum of RGB (Red+Green+Blue) = 213+171+110=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB6E is #2A5491. Grayscale: #B0B0B0. Windows color (decimal): -2774162 or 7252949. OLE color: 7252949.

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

Color convert

RGB 213 171 110 -
CMYK 0 0.20 0.48 0.16
HSL 35.53º 0.55% 0.63% -
HSV(B) 35.53º 0.48% 0.84% -
XYZ 44.82 44.4 20.96 -
YUV 176.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 213 171 110 0 0.20 0.48 0.16 35.53 0.55 0.63
Hex D5 AB 6E 0 14 30 10 24 37 3F
Octal 325 253 156 0 24 60 20 44 67 77
Binary 11010101 10101011 1101110 0 10100 110000 10000 100100 110111 111111

Color Harmonies of #D5AB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB6E

Black with #D5AB6E

Text Example


Text Example

White with #D5AB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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