Html Css Color HEX #D5A66D Putty

📋 copy color: '#D5A66D'

red 213 ◦ green 166 ◦ blue 109

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

Shades of Putty #D5A66D

Tints of Putty #D5A66D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.02%

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

R = 43.65%
G = 34.02%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5A66D (or 0xD5A66D) is known color: Putty. HEX triplet: D5, A6 and 6D. RGB value is (213,166,109). Sum of RGB (Red+Green+Blue) = 213+166+109=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A66D is #2A5992. Grayscale: #ADADAD. Windows color (decimal): -2775443 or 7186133. OLE color: 7186133.

HSL color Cylindrical-coordinate representation of color #D5A66D: hue angle of 32.88º 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 #D5A66D is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 166 109 -
CMYK 0 0.22 0.49 0.16
HSL 32.88º 0.55% 0.63% -
HSV(B) 32.88º 0.49% 0.84% -
XYZ 43.84 42.52 20.37 -
YUV 173.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 213 166 109 0 0.22 0.49 0.16 32.88 0.55 0.63
Hex D5 A6 6D 0 16 31 10 21 37 3F
Octal 325 246 155 0 26 61 20 41 67 77
Binary 11010101 10100110 1101101 0 10110 110001 10000 100001 110111 111111

Color Harmonies of #D5A66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A66D

Black with #D5A66D

Text Example


Text Example

White with #D5A66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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