Html Css Color HEX #D5AD73 Putty

📋 copy color: '#D5AD73'

red 213 ◦ green 173 ◦ blue 115

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

Shades of Putty #D5AD73

Tints of Putty #D5AD73

RGB

 RED value IS 213 (83.59% from 255) = 42.51%

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

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

R = 42.51%
G = 34.53%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D5AD73 (or 0xD5AD73) is known color: Putty. HEX triplet: D5, AD and 73. RGB value is (213,173,115). Sum of RGB (Red+Green+Blue) = 213+173+115=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD73 is #2A528C. Grayscale: #B2B2B2. Windows color (decimal): -2773645 or 7581141. OLE color: 7581141.

HSL color Cylindrical-coordinate representation of color #D5AD73: hue angle of 35.51º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5AD73 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 115 -
CMYK 0 0.19 0.46 0.16
HSL 35.51º 0.54% 0.64% -
HSV(B) 35.51º 0.46% 0.84% -
XYZ 45.48 45.27 22.56 -
YUV 178.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 213 173 115 0 0.19 0.46 0.16 35.51 0.54 0.64
Hex D5 AD 73 0 13 2E 10 24 36 40
Octal 325 255 163 0 23 56 20 44 66 100
Binary 11010101 10101101 1110011 0 10011 101110 10000 100100 110110 1000000

Color Harmonies of #D5AD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD73

Black with #D5AD73

Text Example


Text Example

White with #D5AD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD73; }

 p { color: rgb(213,173,115); }

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

background-color css

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

 a { background-color: rgb(213,173,115); }

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

border-color css

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

 span { border-color: rgb(213,173,115); }

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