#d4684c

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

Shades of Red Damask #D4684C

Tints of Red Damask #D4684C

Color information

#D4684C (or 0xD4684C) is unknown color: approx Red Damask. HEX triplet: D4, 68 and 4C. RGB value is (212,104,76). Sum of RGB (Red+Green+Blue) = 212+104+76=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4684C is #2B97B3. Grayscale: #858585. Windows color (decimal): -2856884 or 5007572. OLE color: 5007572.

HSL color Cylindrical-coordinate representation of color #D4684C: hue angle of 12.35º 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 #D4684C is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB21210476-
CMYK00.510.640.17
HSL12.35º61.26%56.47%-
HSV(B)12.35º64.15%83.14%-
XYZ33.4124.429.79-
YUV133.195.78184.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.08%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 76 (30.08% from 255) = 19.39%
R=54.08%
G=26.53%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121047600.510.640.1712.3561.2656.47
HexD4684C0334011c3d38
Octal32415011406310021147570
Binary110101001101000100110001100111000000100011100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4684c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4684c; }

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

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

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

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

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

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

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

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