#D06C48

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

Shades of Red Damask #D06C48

Tints of Red Damask #D06C48

Color information

#D06C48 (or 0xD06C48) is unknown color: approx Red Damask. HEX triplet: D0, 6C and 48. RGB value is (208,108,72). Sum of RGB (Red+Green+Blue) = 208+108+72=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C48 is #2F93B7. Grayscale: #868686. Windows color (decimal): -3118008 or 4746448. OLE color: 4746448.

HSL color Cylindrical-coordinate representation of color #D06C48: hue angle of 15.88º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D06C48 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB20810872-
CMYK00.480.650.18
HSL15.88º59.13%54.9%-
HSV(B)15.88º65.38%81.57%-
XYZ32.5424.69.16-
YUV133.893.13180.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.61%
GREEN value IS 108 (42.58% from 255) = 27.84%
BLUE value IS 72 (28.52% from 255) = 18.56%
R=53.61%
G=27.84%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081087200.480.650.1815.8859.1354.9
HexD06C480304112103b37
Octal32015411006010122207367
Binary1101000011011001001000011000010000011001010000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06C48; }

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

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

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

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

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

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

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

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