#D4694C

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

Shades of Red Damask #D4694C

Tints of Red Damask #D4694C

Color information

#D4694C (or 0xD4694C) is unknown color: approx Red Damask. HEX triplet: D4, 69 and 4C. RGB value is (212,105,76). Sum of RGB (Red+Green+Blue) = 212+105+76=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D4694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4694C is #2B96B3. Grayscale: #858585. Windows color (decimal): -2856628 or 5007828. OLE color: 5007828.

HSL color Cylindrical-coordinate representation of color #D4694C: hue angle of 12.79º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4694C is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB21210576-
CMYK00.500.640.17
HSL12.79º61.26%56.47%-
HSV(B)12.79º64.15%83.14%-
XYZ33.5124.629.82-
YUV133.6995.45183.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.94%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=53.94%
G=26.72%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121057600.500.640.1712.7961.2656.47
HexD4694C0324011d3d38
Octal32415111406210021157570
Binary110101001101001100110001100101000000100011101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4694C; }

 p { color: rgb(212,105,76); }

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

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

 a { background-color: rgb(212,105,76); }

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

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

 span { border-color: rgb(212,105,76); }

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