Html Css Color HEX #D9AC6C Putty

📋 copy color: '#D9AC6C'

red 217 ◦ green 172 ◦ blue 108

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

Shades of Putty #D9AC6C

Tints of Putty #D9AC6C

RGB

 RED value IS 217 (85.16% from 255) = 43.66%

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

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

R = 43.66%
G = 34.61%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9AC6C (or 0xD9AC6C) is known color: Putty. HEX triplet: D9, AC and 6C. RGB value is (217,172,108). Sum of RGB (Red+Green+Blue) = 217+172+108=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC6C is #265393. Grayscale: #B2B2B2. Windows color (decimal): -2511764 or 7122137. OLE color: 7122137.

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

Color convert

RGB 217 172 108 -
CMYK 0 0.21 0.50 0.15
HSL 35.23º 0.59% 0.64% -
HSV(B) 35.23º 0.5% 0.85% -
XYZ 46.07 45.34 20.51 -
YUV 178.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 217 172 108 0 0.21 0.50 0.15 35.23 0.59 0.64
Hex D9 AC 6C 0 15 32 F 23 3B 40
Octal 331 254 154 0 25 62 17 43 73 100
Binary 11011001 10101100 1101100 0 10101 110010 1111 100011 111011 1000000

Color Harmonies of #D9AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC6C

Black with #D9AC6C

Text Example


Text Example

White with #D9AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC6C; }

 p { color: rgb(217,172,108); }

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

background-color css

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

 a { background-color: rgb(217,172,108); }

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

border-color css

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

 span { border-color: rgb(217,172,108); }

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