Html Css Color HEX #D5AB74 Putty

📋 copy color: '#D5AB74'

red 213 ◦ green 171 ◦ blue 116

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

Shades of Putty #D5AB74

Tints of Putty #D5AB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.2%

R = 42.6%
G = 34.2%
B = 23.2%

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

#D5AB74 (or 0xD5AB74) is known color: Putty. HEX triplet: D5, AB and 74. RGB value is (213,171,116). Sum of RGB (Red+Green+Blue) = 213+171+116=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB74 is #2A548B. Grayscale: #B1B1B1. Windows color (decimal): -2774156 or 7646165. OLE color: 7646165.

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

Color convert

RGB 213 171 116 -
CMYK 0 0.20 0.46 0.16
HSL 34.02º 0.54% 0.65% -
HSV(B) 34.02º 0.46% 0.84% -
XYZ 45.16 44.53 22.74 -
YUV 177.29 93.41 153.47 -
System Red Green Blue C M Y K H S L
Decimal 213 171 116 0 0.20 0.46 0.16 34.02 0.54 0.65
Hex D5 AB 74 0 14 2E 10 22 36 41
Octal 325 253 164 0 24 56 20 42 66 101
Binary 11010101 10101011 1110100 0 10100 101110 10000 100010 110110 1000001

Color Harmonies of #D5AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB74

Black with #D5AB74

Text Example


Text Example

White with #D5AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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