Html Css Color HEX #D4AC6F Putty

📋 copy color: '#D4AC6F'

red 212 ◦ green 172 ◦ blue 111

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

Shades of Putty #D4AC6F

Tints of Putty #D4AC6F

RGB

 RED value IS 212 (83.2% from 255) = 42.83%

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

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

R = 42.83%
G = 34.75%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4AC6F (or 0xD4AC6F) is known color: Putty. HEX triplet: D4, AC and 6F. RGB value is (212,172,111). Sum of RGB (Red+Green+Blue) = 212+172+111=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC6F is #2B5390. Grayscale: #B1B1B1. Windows color (decimal): -2839441 or 7318740. OLE color: 7318740.

HSL color Cylindrical-coordinate representation of color #D4AC6F: hue angle of 36.24º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4AC6F is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 111 -
CMYK 0 0.19 0.48 0.17
HSL 36.24º 0.54% 0.63% -
HSV(B) 36.24º 0.48% 0.83% -
XYZ 44.77 44.65 21.3 -
YUV 177.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 212 172 111 0 0.19 0.48 0.17 36.24 0.54 0.63
Hex D4 AC 6F 0 13 30 11 24 36 3F
Octal 324 254 157 0 23 60 21 44 66 77
Binary 11010100 10101100 1101111 0 10011 110000 10001 100100 110110 111111

Color Harmonies of #D4AC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC6F

Black with #D4AC6F

Text Example


Text Example

White with #D4AC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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