Html Css Color HEX #D8AC75 Putty

📋 copy color: '#D8AC75'

red 216 ◦ green 172 ◦ blue 117

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

Shades of Putty #D8AC75

Tints of Putty #D8AC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.17%

R = 42.77%
G = 34.06%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D8AC75 (or 0xD8AC75) is known color: Putty. HEX triplet: D8, AC and 75. RGB value is (216,172,117). Sum of RGB (Red+Green+Blue) = 216+172+117=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC75 is #27538A. Grayscale: #B3B3B3. Windows color (decimal): -2577291 or 7711960. OLE color: 7711960.

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

Color convert

RGB 216 172 117 -
CMYK 0 0.20 0.46 0.15
HSL 33.33º 0.56% 0.65% -
HSV(B) 33.33º 0.46% 0.85% -
XYZ 46.28 45.39 23.15 -
YUV 178.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 216 172 117 0 0.20 0.46 0.15 33.33 0.56 0.65
Hex D8 AC 75 0 14 2E F 21 38 41
Octal 330 254 165 0 24 56 17 41 70 101
Binary 11011000 10101100 1110101 0 10100 101110 1111 100001 111000 1000001

Color Harmonies of #D8AC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC75

Black with #D8AC75

Text Example


Text Example

White with #D8AC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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