#D4AF6C

Color #D4AF6C Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #D4AF6C

Tints of Putty #D4AF6C

Color information

#D4AF6C (or 0xD4AF6C) is unknown color: approx Putty. HEX triplet: D4, AF and 6C. RGB value is (212,175,108). Sum of RGB (Red+Green+Blue) = 212+175+108=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AF6C is #2B5093. Grayscale: #B2B2B2. Windows color (decimal): -2838676 or 7122900. OLE color: 7122900.

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

Color convert

RGB212175108-
CMYK00.170.490.17
HSL38.65º54.74%62.75%-
HSV(B)38.65º49.06%83.14%-
XYZ45.1945.7420.63-
YUV178.4288.26151.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 108 (42.58% from 255) = 21.82%
R=42.83%
G=35.35%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217510800.170.490.1738.6554.7462.75
HexD4AF6C011311127373f
Octal3242571540216121476777
Binary1101010010101111110110001000111000110001100111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AF6C; }

 p { color: rgb(212,175,108); }

 H1.HeaderClassName
 {
   color: #D4AF6C;
 }
 .AnyTagClassName
 {
   color: #D4AF6C;
 }
</style>
background-color css

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

 a { background-color: rgb(212,175,108); }

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

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

 span { border-color: rgb(212,175,108); }

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