Html Css Color HEX #D8A873 Putty

📋 copy color: '#D8A873'

red 216 ◦ green 168 ◦ blue 115

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

Shades of Putty #D8A873

Tints of Putty #D8A873

RGB

 RED value IS 216 (84.77% from 255) = 43.29%

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

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

R = 43.29%
G = 33.67%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8A873 (or 0xD8A873) is known color: Putty. HEX triplet: D8, A8 and 73. RGB value is (216,168,115). Sum of RGB (Red+Green+Blue) = 216+168+115=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A873 is #27578C. Grayscale: #B0B0B0. Windows color (decimal): -2578317 or 7579864. OLE color: 7579864.

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

Color convert

RGB 216 168 115 -
CMYK 0 0.22 0.47 0.15
HSL 31.49º 0.56% 0.65% -
HSV(B) 31.49º 0.47% 0.85% -
XYZ 45.42 43.84 22.29 -
YUV 176.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 216 168 115 0 0.22 0.47 0.15 31.49 0.56 0.65
Hex D8 A8 73 0 16 2F F 1F 38 41
Octal 330 250 163 0 26 57 17 37 70 101
Binary 11011000 10101000 1110011 0 10110 101111 1111 11111 111000 1000001

Color Harmonies of #D8A873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A873

Black with #D8A873

Text Example


Text Example

White with #D8A873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A873; }

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

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

background-color css

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

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

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

border-color css

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

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

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