#D06844

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

Shades of Red Damask #D06844

Tints of Red Damask #D06844

Color information

#D06844 (or 0xD06844) is unknown color: approx Red Damask. HEX triplet: D0, 68 and 44. RGB value is (208,104,68). Sum of RGB (Red+Green+Blue) = 208+104+68=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D06844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06844 is #2F97BB. Grayscale: #838383. Windows color (decimal): -3119036 or 4483280. OLE color: 4483280.

HSL color Cylindrical-coordinate representation of color #D06844: hue angle of 15.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D06844 is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB20810468-
CMYK00.50.670.18
HSL15.43º59.83%54.12%-
HSV(B)15.43º67.31%81.57%-
XYZ32.0123.738.36-
YUV130.9992.46182.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.74%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 68 (26.95% from 255) = 17.89%
R=54.74%
G=27.37%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081046800.50.670.1815.4359.8354.12
HexD068440324312f3c36
Octal32015010406210322177466
Binary110100001101000100010001100101000011100101111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06844; }

 p { color: rgb(208,104,68); }

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

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

 a { background-color: rgb(208,104,68); }

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

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

 span { border-color: rgb(208,104,68); }

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