Html Css Color HEX #D2A973 Putty

📋 copy color: '#D2A973'

red 210 ◦ green 169 ◦ blue 115

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

Shades of Putty #D2A973

Tints of Putty #D2A973

RGB

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

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

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

R = 42.51%
G = 34.21%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D2A973 (or 0xD2A973) is known color: Putty. HEX triplet: D2, A9 and 73. RGB value is (210,169,115). Sum of RGB (Red+Green+Blue) = 210+169+115=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A973 is #2D568C. Grayscale: #AFAFAF. Windows color (decimal): -2971277 or 7580114. OLE color: 7580114.

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

Color convert

RGB 210 169 115 -
CMYK 0 0.20 0.45 0.18
HSL 34.11º 0.51% 0.64% -
HSV(B) 34.11º 0.45% 0.82% -
XYZ 43.86 43.32 22.27 -
YUV 175.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 210 169 115 0 0.20 0.45 0.18 34.11 0.51 0.64
Hex D2 A9 73 0 14 2D 12 22 33 40
Octal 322 251 163 0 24 55 22 42 63 100
Binary 11010010 10101001 1110011 0 10100 101101 10010 100010 110011 1000000

Color Harmonies of #D2A973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A973

Black with #D2A973

Text Example


Text Example

White with #D2A973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A973; }

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

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

background-color css

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

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

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

border-color css

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

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

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