Html Css Color HEX #D8A770 Putty

📋 copy color: '#D8A770'

red 216 ◦ green 167 ◦ blue 112

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

Shades of Putty #D8A770

Tints of Putty #D8A770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.74%

 BLUE value IS 112 (44.14% from 255) = 22.63%

R = 43.64%
G = 33.74%
B = 22.63%

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

#D8A770 (or 0xD8A770) is known color: Putty. HEX triplet: D8, A7 and 70. RGB value is (216,167,112). Sum of RGB (Red+Green+Blue) = 216+167+112=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A770 is #27588F. Grayscale: #AFAFAF. Windows color (decimal): -2578576 or 7383000. OLE color: 7383000.

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

Color convert

RGB 216 167 112 -
CMYK 0 0.23 0.48 0.15
HSL 31.73º 0.57% 0.64% -
HSV(B) 31.73º 0.48% 0.85% -
XYZ 45.06 43.41 21.33 -
YUV 175.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 216 167 112 0 0.23 0.48 0.15 31.73 0.57 0.64
Hex D8 A7 70 0 17 30 F 20 39 40
Octal 330 247 160 0 27 60 17 40 71 100
Binary 11011000 10100111 1110000 0 10111 110000 1111 100000 111001 1000000

Color Harmonies of #D8A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A770

Black with #D8A770

Text Example


Text Example

White with #D8A770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A770; }

 p { color: rgb(216,167,112); }

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

background-color css

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

 a { background-color: rgb(216,167,112); }

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

border-color css

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

 span { border-color: rgb(216,167,112); }

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