Html Css Color HEX #D2AD71 Putty

📋 copy color: '#D2AD71'

red 210 ◦ green 173 ◦ blue 113

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

Shades of Putty #D2AD71

Tints of Putty #D2AD71

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.88%

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

R = 42.34%
G = 34.88%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D2AD71 (or 0xD2AD71) is known color: Putty. HEX triplet: D2, AD and 71. RGB value is (210,173,113). Sum of RGB (Red+Green+Blue) = 210+173+113=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD71 is #2D528E. Grayscale: #B1B1B1. Windows color (decimal): -2970255 or 7450066. OLE color: 7450066.

HSL color Cylindrical-coordinate representation of color #D2AD71: hue angle of 37.11º 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 #D2AD71 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 173 113 -
CMYK 0 0.18 0.46 0.18
HSL 37.11º 0.52% 0.63% -
HSV(B) 37.11º 0.46% 0.82% -
XYZ 44.5 44.78 21.92 -
YUV 177.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 210 173 113 0 0.18 0.46 0.18 37.11 0.52 0.63
Hex D2 AD 71 0 12 2E 12 25 34 3F
Octal 322 255 161 0 22 56 22 45 64 77
Binary 11010010 10101101 1110001 0 10010 101110 10010 100101 110100 111111

Color Harmonies of #D2AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD71

Black with #D2AD71

Text Example


Text Example

White with #D2AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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