Html Css Color HEX #D7AB73 Putty

📋 copy color: '#D7AB73'

red 215 ◦ green 171 ◦ blue 115

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

Shades of Putty #D7AB73

Tints of Putty #D7AB73

RGB

 RED value IS 215 (84.38% from 255) = 42.91%

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

 BLUE value IS 115 (45.31% from 255) = 22.95%

R = 42.91%
G = 34.13%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7AB73 (or 0xD7AB73) is known color: Putty. HEX triplet: D7, AB and 73. RGB value is (215,171,115). Sum of RGB (Red+Green+Blue) = 215+171+115=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB73 is #28548C. Grayscale: #B2B2B2. Windows color (decimal): -2643085 or 7580631. OLE color: 7580631.

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

Color convert

RGB 215 171 115 -
CMYK 0 0.20 0.47 0.16
HSL 33.6º 0.56% 0.65% -
HSV(B) 33.6º 0.47% 0.84% -
XYZ 45.68 44.81 22.46 -
YUV 177.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 215 171 115 0 0.20 0.47 0.16 33.6 0.56 0.65
Hex D7 AB 73 0 14 2F 10 22 38 41
Octal 327 253 163 0 24 57 20 42 70 101
Binary 11010111 10101011 1110011 0 10100 101111 10000 100010 111000 1000001

Color Harmonies of #D7AB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB73

Black with #D7AB73

Text Example


Text Example

White with #D7AB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB73; }

 p { color: rgb(215,171,115); }

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

background-color css

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

 a { background-color: rgb(215,171,115); }

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

border-color css

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

 span { border-color: rgb(215,171,115); }

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