Html Css Color HEX #D7A873 Putty

📋 copy color: '#D7A873'

red 215 ◦ green 168 ◦ blue 115

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

Shades of Putty #D7A873

Tints of Putty #D7A873

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

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

R = 43.17%
G = 33.73%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7A873 (or 0xD7A873) is known color: Putty. HEX triplet: D7, A8 and 73. RGB value is (215,168,115). Sum of RGB (Red+Green+Blue) = 215+168+115=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A873 is #28578C. Grayscale: #B0B0B0. Windows color (decimal): -2643853 or 7579863. OLE color: 7579863.

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

Color convert

RGB 215 168 115 -
CMYK 0 0.22 0.47 0.16
HSL 31.8º 0.56% 0.65% -
HSV(B) 31.8º 0.47% 0.84% -
XYZ 45.12 43.69 22.27 -
YUV 176.01 93.57 155.81 -
System Red Green Blue C M Y K H S L
Decimal 215 168 115 0 0.22 0.47 0.16 31.8 0.56 0.65
Hex D7 A8 73 0 16 2F 10 20 38 41
Octal 327 250 163 0 26 57 20 40 70 101
Binary 11010111 10101000 1110011 0 10110 101111 10000 100000 111000 1000001

Color Harmonies of #D7A873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A873

Black with #D7A873

Text Example


Text Example

White with #D7A873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A873; }

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

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

background-color css

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

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

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

border-color css

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

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

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