Html Css Color HEX #D2A977 Putty

📋 copy color: '#D2A977'

red 210 ◦ green 169 ◦ blue 119

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

Shades of Putty #D2A977

Tints of Putty #D2A977

RGB

 RED value IS 210 (82.42% from 255) = 42.17%

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

 BLUE value IS 119 (46.88% from 255) = 23.9%

R = 42.17%
G = 33.94%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D2A977 (or 0xD2A977) is known color: Putty. HEX triplet: D2, A9 and 77. RGB value is (210,169,119). Sum of RGB (Red+Green+Blue) = 210+169+119=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A977 is #2D5688. Grayscale: #AFAFAF. Windows color (decimal): -2971273 or 7842258. OLE color: 7842258.

HSL color Cylindrical-coordinate representation of color #D2A977: hue angle of 32.97º degrees, saturation: 0.5, 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 #D2A977 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 169 119 -
CMYK 0 0.20 0.43 0.18
HSL 32.97º 0.5% 0.65% -
HSV(B) 32.97º 0.43% 0.82% -
XYZ 44.1 43.41 23.51 -
YUV 175.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 210 169 119 0 0.20 0.43 0.18 32.97 0.5 0.65
Hex D2 A9 77 0 14 2B 12 21 32 41
Octal 322 251 167 0 24 53 22 41 62 101
Binary 11010010 10101001 1110111 0 10100 101011 10010 100001 110010 1000001

Color Harmonies of #D2A977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A977

Black with #D2A977

Text Example


Text Example

White with #D2A977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A977; }

 p { color: rgb(210,169,119); }

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

background-color css

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

 a { background-color: rgb(210,169,119); }

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

border-color css

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

 span { border-color: rgb(210,169,119); }

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