Html Css Color HEX #D5AD6E Putty

📋 copy color: '#D5AD6E'

red 213 ◦ green 173 ◦ blue 110

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

Shades of Putty #D5AD6E

Tints of Putty #D5AD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.18%

R = 42.94%
G = 34.88%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5AD6E (or 0xD5AD6E) is known color: Putty. HEX triplet: D5, AD and 6E. RGB value is (213,173,110). Sum of RGB (Red+Green+Blue) = 213+173+110=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD6E is #2A5291. Grayscale: #B2B2B2. Windows color (decimal): -2773650 or 7253461. OLE color: 7253461.

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

Color convert

RGB 213 173 110 -
CMYK 0 0.19 0.48 0.16
HSL 36.7º 0.55% 0.63% -
HSV(B) 36.7º 0.48% 0.84% -
XYZ 45.2 45.16 21.09 -
YUV 177.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 213 173 110 0 0.19 0.48 0.16 36.7 0.55 0.63
Hex D5 AD 6E 0 13 30 10 25 37 3F
Octal 325 255 156 0 23 60 20 45 67 77
Binary 11010101 10101101 1101110 0 10011 110000 10000 100101 110111 111111

Color Harmonies of #D5AD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD6E

Black with #D5AD6E

Text Example


Text Example

White with #D5AD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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