Html Css Color HEX #D5AB75 Putty

📋 copy color: '#D5AB75'

red 213 ◦ green 171 ◦ blue 117

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

Shades of Putty #D5AB75

Tints of Putty #D5AB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 42.51%
G = 34.13%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5AB75 (or 0xD5AB75) is known color: Putty. HEX triplet: D5, AB and 75. RGB value is (213,171,117). Sum of RGB (Red+Green+Blue) = 213+171+117=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB75 is #2A548A. Grayscale: #B1B1B1. Windows color (decimal): -2774155 or 7711701. OLE color: 7711701.

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

Color convert

RGB 213 171 117 -
CMYK 0 0.20 0.45 0.16
HSL 33.75º 0.53% 0.65% -
HSV(B) 33.75º 0.45% 0.84% -
XYZ 45.21 44.56 23.05 -
YUV 177.4 93.91 153.39 -
System Red Green Blue C M Y K H S L
Decimal 213 171 117 0 0.20 0.45 0.16 33.75 0.53 0.65
Hex D5 AB 75 0 14 2D 10 22 35 41
Octal 325 253 165 0 24 55 20 42 65 101
Binary 11010101 10101011 1110101 0 10100 101101 10000 100010 110101 1000001

Color Harmonies of #D5AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB75

Black with #D5AB75

Text Example


Text Example

White with #D5AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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