Html Css Color HEX #D5A86F Putty

📋 copy color: '#D5A86F'

red 213 ◦ green 168 ◦ blue 111

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

Shades of Putty #D5A86F

Tints of Putty #D5A86F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

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

R = 43.29%
G = 34.15%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5A86F (or 0xD5A86F) is known color: Putty. HEX triplet: D5, A8 and 6F. RGB value is (213,168,111). Sum of RGB (Red+Green+Blue) = 213+168+111=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A86F is #2A5790. Grayscale: #AFAFAF. Windows color (decimal): -2774929 or 7317717. OLE color: 7317717.

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

Color convert

RGB 213 168 111 -
CMYK 0 0.21 0.48 0.16
HSL 33.53º 0.55% 0.64% -
HSV(B) 33.53º 0.48% 0.84% -
XYZ 44.31 43.3 21.06 -
YUV 174.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 213 168 111 0 0.21 0.48 0.16 33.53 0.55 0.64
Hex D5 A8 6F 0 15 30 10 22 37 40
Octal 325 250 157 0 25 60 20 42 67 100
Binary 11010101 10101000 1101111 0 10101 110000 10000 100010 110111 1000000

Color Harmonies of #D5A86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A86F

Black with #D5A86F

Text Example


Text Example

White with #D5A86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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