Html Css Color HEX #D5AB72 Putty

📋 copy color: '#D5AB72'

red 213 ◦ green 171 ◦ blue 114

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

Shades of Putty #D5AB72

Tints of Putty #D5AB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.89%

R = 42.77%
G = 34.34%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D5AB72 (or 0xD5AB72) is known color: Putty. HEX triplet: D5, AB and 72. RGB value is (213,171,114). Sum of RGB (Red+Green+Blue) = 213+171+114=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB72 is #2A548D. Grayscale: #B1B1B1. Windows color (decimal): -2774158 or 7515093. OLE color: 7515093.

HSL color Cylindrical-coordinate representation of color #D5AB72: hue angle of 34.55º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5AB72 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 171 114 -
CMYK 0 0.20 0.46 0.16
HSL 34.55º 0.54% 0.64% -
HSV(B) 34.55º 0.46% 0.84% -
XYZ 45.04 44.49 22.13 -
YUV 177.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 213 171 114 0 0.20 0.46 0.16 34.55 0.54 0.64
Hex D5 AB 72 0 14 2E 10 23 36 40
Octal 325 253 162 0 24 56 20 43 66 100
Binary 11010101 10101011 1110010 0 10100 101110 10000 100011 110110 1000000

Color Harmonies of #D5AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB72

Black with #D5AB72

Text Example


Text Example

White with #D5AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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