Html Css Color HEX #D5A36D Putty

📋 copy color: '#D5A36D'

red 213 ◦ green 163 ◦ blue 109

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

Shades of Putty #D5A36D

Tints of Putty #D5A36D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.61%

 BLUE value IS 109 (42.97% from 255) = 22.47%

R = 43.92%
G = 33.61%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5A36D (or 0xD5A36D) is known color: Putty. HEX triplet: D5, A3 and 6D. RGB value is (213,163,109). Sum of RGB (Red+Green+Blue) = 213+163+109=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A36D is #2A5C92. Grayscale: #ACACAC. Windows color (decimal): -2776211 or 7185365. OLE color: 7185365.

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

Color convert

RGB 213 163 109 -
CMYK 0 0.23 0.49 0.16
HSL 31.15º 0.55% 0.63% -
HSV(B) 31.15º 0.49% 0.84% -
XYZ 43.3 41.44 20.19 -
YUV 171.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 213 163 109 0 0.23 0.49 0.16 31.15 0.55 0.63
Hex D5 A3 6D 0 17 31 10 1F 37 3F
Octal 325 243 155 0 27 61 20 37 67 77
Binary 11010101 10100011 1101101 0 10111 110001 10000 11111 110111 111111

Color Harmonies of #D5A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A36D

Black with #D5A36D

Text Example


Text Example

White with #D5A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A36D; }

 p { color: rgb(213,163,109); }

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

background-color css

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

 a { background-color: rgb(213,163,109); }

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

border-color css

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

 span { border-color: rgb(213,163,109); }

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