#D06944

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

Shades of Red Damask #D06944

Tints of Red Damask #D06944

Color information

#D06944 (or 0xD06944) is unknown color: approx Red Damask. HEX triplet: D0, 69 and 44. RGB value is (208,105,68). Sum of RGB (Red+Green+Blue) = 208+105+68=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D06944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06944 is #2F96BB. Grayscale: #838383. Windows color (decimal): -3118780 or 4483536. OLE color: 4483536.

HSL color Cylindrical-coordinate representation of color #D06944: hue angle of 15.86º 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 #D06944 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB20810568-
CMYK00.500.670.18
HSL15.86º59.83%54.12%-
HSV(B)15.86º67.31%81.57%-
XYZ32.1123.938.4-
YUV131.5892.12182.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.59%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 68 (26.95% from 255) = 17.85%
R=54.59%
G=27.56%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081056800.500.670.1815.8659.8354.12
HexD069440324312103c36
Octal32015110406210322207466
Binary1101000011010011000100011001010000111001010000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06944; }

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

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

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

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

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

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

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

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