Html Css Color HEX #D5AD76 Putty

📋 copy color: '#D5AD76'

red 213 ◦ green 173 ◦ blue 118

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

Shades of Putty #D5AD76

Tints of Putty #D5AD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.41%

R = 42.26%
G = 34.33%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5AD76 (or 0xD5AD76) is known color: Putty. HEX triplet: D5, AD and 76. RGB value is (213,173,118). Sum of RGB (Red+Green+Blue) = 213+173+118=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD76 is #2A5289. Grayscale: #B2B2B2. Windows color (decimal): -2773642 or 7777749. OLE color: 7777749.

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

Color convert

RGB 213 173 118 -
CMYK 0 0.19 0.45 0.16
HSL 34.74º 0.53% 0.65% -
HSV(B) 34.74º 0.45% 0.84% -
XYZ 45.65 45.34 23.49 -
YUV 178.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 213 173 118 0 0.19 0.45 0.16 34.74 0.53 0.65
Hex D5 AD 76 0 13 2D 10 23 35 41
Octal 325 255 166 0 23 55 20 43 65 101
Binary 11010101 10101101 1110110 0 10011 101101 10000 100011 110101 1000001

Color Harmonies of #D5AD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD76

Black with #D5AD76

Text Example


Text Example

White with #D5AD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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