Html Css Color HEX #D5A86C Putty

📋 copy color: '#D5A86C'

red 213 ◦ green 168 ◦ blue 108

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

Shades of Putty #D5A86C

Tints of Putty #D5A86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.09%

R = 43.56%
G = 34.36%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5A86C (or 0xD5A86C) is known color: Putty. HEX triplet: D5, A8 and 6C. RGB value is (213,168,108). Sum of RGB (Red+Green+Blue) = 213+168+108=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A86C is #2A5793. Grayscale: #AEAEAE. Windows color (decimal): -2774932 or 7121109. OLE color: 7121109.

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

Color convert

RGB 213 168 108 -
CMYK 0 0.21 0.49 0.16
HSL 34.29º 0.56% 0.63% -
HSV(B) 34.29º 0.49% 0.84% -
XYZ 44.15 43.23 20.21 -
YUV 174.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 213 168 108 0 0.21 0.49 0.16 34.29 0.56 0.63
Hex D5 A8 6C 0 15 31 10 22 38 3F
Octal 325 250 154 0 25 61 20 42 70 77
Binary 11010101 10101000 1101100 0 10101 110001 10000 100010 111000 111111

Color Harmonies of #D5A86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A86C

Black with #D5A86C

Text Example


Text Example

White with #D5A86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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