Html Css Color HEX #D2A671 Putty

📋 copy color: '#D2A671'

red 210 ◦ green 166 ◦ blue 113

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

Shades of Putty #D2A671

Tints of Putty #D2A671

RGB

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

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

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

R = 42.94%
G = 33.95%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D2A671 (or 0xD2A671) is known color: Putty. HEX triplet: D2, A6 and 71. RGB value is (210,166,113). Sum of RGB (Red+Green+Blue) = 210+166+113=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A671 is #2D598E. Grayscale: #ADADAD. Windows color (decimal): -2972047 or 7448274. OLE color: 7448274.

HSL color Cylindrical-coordinate representation of color #D2A671: hue angle of 32.78º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2A671 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 166 113 -
CMYK 0 0.21 0.46 0.18
HSL 32.78º 0.52% 0.63% -
HSV(B) 32.78º 0.46% 0.82% -
XYZ 43.2 42.17 21.49 -
YUV 173.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 210 166 113 0 0.21 0.46 0.18 32.78 0.52 0.63
Hex D2 A6 71 0 15 2E 12 21 34 3F
Octal 322 246 161 0 25 56 22 41 64 77
Binary 11010010 10100110 1110001 0 10101 101110 10010 100001 110100 111111

Color Harmonies of #D2A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A671

Black with #D2A671

Text Example


Text Example

White with #D2A671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A671; }

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

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

background-color css

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

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

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

border-color css

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

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

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