#D66C48

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

Shades of Red Damask #D66C48

Tints of Red Damask #D66C48

Color information

#D66C48 (or 0xD66C48) is unknown color: approx Red Damask. HEX triplet: D6, 6C and 48. RGB value is (214,108,72). Sum of RGB (Red+Green+Blue) = 214+108+72=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66C48 is #2993B7. Grayscale: #878787. Windows color (decimal): -2724792 or 4746454. OLE color: 4746454.

HSL color Cylindrical-coordinate representation of color #D66C48: hue angle of 15.21º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D66C48 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB21410872-
CMYK00.500.660.16
HSL15.21º63.39%56.08%-
HSV(B)15.21º66.36%83.92%-
XYZ34.2625.499.24-
YUV135.5992.12183.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.31%
GREEN value IS 108 (42.58% from 255) = 27.41%
BLUE value IS 72 (28.52% from 255) = 18.27%
R=54.31%
G=27.41%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141087200.500.660.1615.2163.3956.08
HexD66C480324210f3f38
Octal32615411006210220177770
Binary110101101101100100100001100101000010100001111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C48; }

 p { color: rgb(214,108,72); }

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

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

 a { background-color: rgb(214,108,72); }

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

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

 span { border-color: rgb(214,108,72); }

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