Html Css Color HEX #D8A671 Putty

📋 copy color: '#D8A671'

red 216 ◦ green 166 ◦ blue 113

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

Shades of Putty #D8A671

Tints of Putty #D8A671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.54%

 BLUE value IS 113 (44.53% from 255) = 22.83%

R = 43.64%
G = 33.54%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8A671 (or 0xD8A671) is known color: Putty. HEX triplet: D8, A6 and 71. RGB value is (216,166,113). Sum of RGB (Red+Green+Blue) = 216+166+113=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A671 is #27598E. Grayscale: #AFAFAF. Windows color (decimal): -2578831 or 7448280. OLE color: 7448280.

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

Color convert

RGB 216 166 113 -
CMYK 0 0.23 0.48 0.15
HSL 30.87º 0.57% 0.65% -
HSV(B) 30.87º 0.48% 0.85% -
XYZ 44.94 43.06 21.57 -
YUV 174.91 93.07 157.31 -
System Red Green Blue C M Y K H S L
Decimal 216 166 113 0 0.23 0.48 0.15 30.87 0.57 0.65
Hex D8 A6 71 0 17 30 F 1F 39 41
Octal 330 246 161 0 27 60 17 37 71 101
Binary 11011000 10100110 1110001 0 10111 110000 1111 11111 111001 1000001

Color Harmonies of #D8A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A671

Black with #D8A671

Text Example


Text Example

White with #D8A671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A671; }

 p { color: rgb(216,166,113); }

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

background-color css

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

 a { background-color: rgb(216,166,113); }

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

border-color css

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

 span { border-color: rgb(216,166,113); }

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