Html Css Color HEX #D5A46F Putty

📋 copy color: '#D5A46F'

red 213 ◦ green 164 ◦ blue 111

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

Shades of Putty #D5A46F

Tints of Putty #D5A46F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.61%

 BLUE value IS 111 (43.75% from 255) = 22.75%

R = 43.65%
G = 33.61%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5A46F (or 0xD5A46F) is known color: Putty. HEX triplet: D5, A4 and 6F. RGB value is (213,164,111). Sum of RGB (Red+Green+Blue) = 213+164+111=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A46F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A46F is #2A5B90. Grayscale: #ACACAC. Windows color (decimal): -2775953 or 7316693. OLE color: 7316693.

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

Color convert

RGB 213 164 111 -
CMYK 0 0.23 0.48 0.16
HSL 31.18º 0.55% 0.64% -
HSV(B) 31.18º 0.48% 0.84% -
XYZ 43.59 41.84 20.82 -
YUV 172.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 213 164 111 0 0.23 0.48 0.16 31.18 0.55 0.64
Hex D5 A4 6F 0 17 30 10 1F 37 40
Octal 325 244 157 0 27 60 20 37 67 100
Binary 11010101 10100100 1101111 0 10111 110000 10000 11111 110111 1000000

Color Harmonies of #D5A46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A46F

Black with #D5A46F

Text Example


Text Example

White with #D5A46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A46F; }

 p { color: rgb(213,164,111); }

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

background-color css

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

 a { background-color: rgb(213,164,111); }

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

border-color css

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

 span { border-color: rgb(213,164,111); }

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