Html Css Color HEX #D2A573 Putty

📋 copy color: '#D2A573'

red 210 ◦ green 165 ◦ blue 115

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

Shades of Putty #D2A573

Tints of Putty #D2A573

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.67%

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 42.86%
G = 33.67%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D2A573 (or 0xD2A573) is known color: Putty. HEX triplet: D2, A5 and 73. RGB value is (210,165,115). Sum of RGB (Red+Green+Blue) = 210+165+115=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A573 is #2D5A8C. Grayscale: #ADADAD. Windows color (decimal): -2972301 or 7579090. OLE color: 7579090.

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

Color convert

RGB 210 165 115 -
CMYK 0 0.21 0.45 0.18
HSL 31.58º 0.51% 0.64% -
HSV(B) 31.58º 0.45% 0.82% -
XYZ 43.13 41.85 22.02 -
YUV 172.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 210 165 115 0 0.21 0.45 0.18 31.58 0.51 0.64
Hex D2 A5 73 0 15 2D 12 20 33 40
Octal 322 245 163 0 25 55 22 40 63 100
Binary 11010010 10100101 1110011 0 10101 101101 10010 100000 110011 1000000

Color Harmonies of #D2A573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A573

Black with #D2A573

Text Example


Text Example

White with #D2A573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A573; }

 p { color: rgb(210,165,115); }

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

background-color css

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

 a { background-color: rgb(210,165,115); }

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

border-color css

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

 span { border-color: rgb(210,165,115); }

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