Html Css Color HEX #D8A970 Putty

📋 copy color: '#D8A970'

red 216 ◦ green 169 ◦ blue 112

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

Shades of Putty #D8A970

Tints of Putty #D8A970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34%

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

R = 43.46%
G = 34%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8A970 (or 0xD8A970) is known color: Putty. HEX triplet: D8, A9 and 70. RGB value is (216,169,112). Sum of RGB (Red+Green+Blue) = 216+169+112=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A970 is #27568F. Grayscale: #B0B0B0. Windows color (decimal): -2578064 or 7383512. OLE color: 7383512.

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

Color convert

RGB 216 169 112 -
CMYK 0 0.22 0.48 0.15
HSL 32.88º 0.57% 0.64% -
HSV(B) 32.88º 0.48% 0.85% -
XYZ 45.43 44.14 21.46 -
YUV 176.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 216 169 112 0 0.22 0.48 0.15 32.88 0.57 0.64
Hex D8 A9 70 0 16 30 F 21 39 40
Octal 330 251 160 0 26 60 17 41 71 100
Binary 11011000 10101001 1110000 0 10110 110000 1111 100001 111001 1000000

Color Harmonies of #D8A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A970

Black with #D8A970

Text Example


Text Example

White with #D8A970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A970; }

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

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

background-color css

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

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

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

border-color css

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

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

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