Html Css Color HEX #D8A86B Putty

📋 copy color: '#D8A86B'

red 216 ◦ green 168 ◦ blue 107

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

Shades of Putty #D8A86B

Tints of Putty #D8A86B

RGB

 RED value IS 216 (84.77% from 255) = 43.99%

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

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

R = 43.99%
G = 34.22%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8A86B (or 0xD8A86B) is known color: Putty. HEX triplet: D8, A8 and 6B. RGB value is (216,168,107). Sum of RGB (Red+Green+Blue) = 216+168+107=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A86B is #275794. Grayscale: #AFAFAF. Windows color (decimal): -2578325 or 7055576. OLE color: 7055576.

HSL color Cylindrical-coordinate representation of color #D8A86B: hue angle of 33.58º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8A86B is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 107 -
CMYK 0 0.22 0.50 0.15
HSL 33.58º 0.58% 0.63% -
HSV(B) 33.58º 0.5% 0.85% -
XYZ 44.98 43.67 19.97 -
YUV 175.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 216 168 107 0 0.22 0.50 0.15 33.58 0.58 0.63
Hex D8 A8 6B 0 16 32 F 22 3A 3F
Octal 330 250 153 0 26 62 17 42 72 77
Binary 11011000 10101000 1101011 0 10110 110010 1111 100010 111010 111111

Color Harmonies of #D8A86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A86B

Black with #D8A86B

Text Example


Text Example

White with #D8A86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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