Html Css Color HEX #D8AC6F Putty

📋 copy color: '#D8AC6F'

red 216 ◦ green 172 ◦ blue 111

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

Shades of Putty #D8AC6F

Tints of Putty #D8AC6F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.47%

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

R = 43.29%
G = 34.47%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8AC6F (or 0xD8AC6F) is known color: Putty. HEX triplet: D8, AC and 6F. RGB value is (216,172,111). Sum of RGB (Red+Green+Blue) = 216+172+111=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC6F is #275390. Grayscale: #B2B2B2. Windows color (decimal): -2577297 or 7318744. OLE color: 7318744.

HSL color Cylindrical-coordinate representation of color #D8AC6F: hue angle of 34.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8AC6F is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 111 -
CMYK 0 0.20 0.49 0.15
HSL 34.86º 0.57% 0.64% -
HSV(B) 34.86º 0.49% 0.85% -
XYZ 45.94 45.25 21.35 -
YUV 178.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 216 172 111 0 0.20 0.49 0.15 34.86 0.57 0.64
Hex D8 AC 6F 0 14 31 F 23 39 40
Octal 330 254 157 0 24 61 17 43 71 100
Binary 11011000 10101100 1101111 0 10100 110001 1111 100011 111001 1000000

Color Harmonies of #D8AC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC6F

Black with #D8AC6F

Text Example


Text Example

White with #D8AC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC6F; }

 p { color: rgb(216,172,111); }

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

background-color css

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

 a { background-color: rgb(216,172,111); }

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

border-color css

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

 span { border-color: rgb(216,172,111); }

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