Html Css Color HEX #D5A86B Putty

📋 copy color: '#D5A86B'

red 213 ◦ green 168 ◦ blue 107

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

Shades of Putty #D5A86B

Tints of Putty #D5A86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.93%

R = 43.65%
G = 34.43%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5A86B (or 0xD5A86B) is known color: Putty. HEX triplet: D5, A8 and 6B. RGB value is (213,168,107). Sum of RGB (Red+Green+Blue) = 213+168+107=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A86B is #2A5794. Grayscale: #AEAEAE. Windows color (decimal): -2774933 or 7055573. OLE color: 7055573.

HSL color Cylindrical-coordinate representation of color #D5A86B: hue angle of 34.53º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5A86B is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 168 107 -
CMYK 0 0.21 0.50 0.16
HSL 34.53º 0.56% 0.63% -
HSV(B) 34.53º 0.5% 0.84% -
XYZ 44.1 43.21 19.93 -
YUV 174.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 213 168 107 0 0.21 0.50 0.16 34.53 0.56 0.63
Hex D5 A8 6B 0 15 32 10 23 38 3F
Octal 325 250 153 0 25 62 20 43 70 77
Binary 11010101 10101000 1101011 0 10101 110010 10000 100011 111000 111111

Color Harmonies of #D5A86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A86B

Black with #D5A86B

Text Example


Text Example

White with #D5A86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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