Html Css Color HEX #D1A978 Putty

📋 copy color: '#D1A978'

red 209 ◦ green 169 ◦ blue 120

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

Shades of Putty #D1A978

Tints of Putty #D1A978

RGB

 RED value IS 209 (82.03% from 255) = 41.97%

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

 BLUE value IS 120 (47.27% from 255) = 24.1%

R = 41.97%
G = 33.94%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D1A978 (or 0xD1A978) is known color: Putty. HEX triplet: D1, A9 and 78. RGB value is (209,169,120). Sum of RGB (Red+Green+Blue) = 209+169+120=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A978 is #2E5687. Grayscale: #AFAFAF. Windows color (decimal): -3036808 or 7907793. OLE color: 7907793.

HSL color Cylindrical-coordinate representation of color #D1A978: hue angle of 33.03º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1A978 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 169 120 -
CMYK 0 0.19 0.43 0.18
HSL 33.03º 0.49% 0.65% -
HSV(B) 33.03º 0.43% 0.82% -
XYZ 43.87 43.29 23.81 -
YUV 175.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 209 169 120 0 0.19 0.43 0.18 33.03 0.49 0.65
Hex D1 A9 78 0 13 2B 12 21 31 41
Octal 321 251 170 0 23 53 22 41 61 101
Binary 11010001 10101001 1111000 0 10011 101011 10010 100001 110001 1000001

Color Harmonies of #D1A978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A978

Black with #D1A978

Text Example


Text Example

White with #D1A978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A978; }

 p { color: rgb(209,169,120); }

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

background-color css

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

 a { background-color: rgb(209,169,120); }

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

border-color css

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

 span { border-color: rgb(209,169,120); }

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