Html Css Color HEX #D2A371 Putty

📋 copy color: '#D2A371'

red 210 ◦ green 163 ◦ blue 113

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

Shades of Putty #D2A371

Tints of Putty #D2A371

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.54%

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

R = 43.21%
G = 33.54%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D2A371 (or 0xD2A371) is known color: Putty. HEX triplet: D2, A3 and 71. RGB value is (210,163,113). Sum of RGB (Red+Green+Blue) = 210+163+113=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A371 is #2D5C8E. Grayscale: #ABABAB. Windows color (decimal): -2972815 or 7447506. OLE color: 7447506.

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

Color convert

RGB 210 163 113 -
CMYK 0 0.22 0.46 0.18
HSL 30.93º 0.52% 0.63% -
HSV(B) 30.93º 0.46% 0.82% -
XYZ 42.66 41.09 21.31 -
YUV 171.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 210 163 113 0 0.22 0.46 0.18 30.93 0.52 0.63
Hex D2 A3 71 0 16 2E 12 1F 34 3F
Octal 322 243 161 0 26 56 22 37 64 77
Binary 11010010 10100011 1110001 0 10110 101110 10010 11111 110100 111111

Color Harmonies of #D2A371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A371

Black with #D2A371

Text Example


Text Example

White with #D2A371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A371; }

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

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

background-color css

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

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

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

border-color css

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

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

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