#D06A44

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

Shades of Red Damask #D06A44

Tints of Red Damask #D06A44

Color information

#D06A44 (or 0xD06A44) is unknown color: approx Red Damask. HEX triplet: D0, 6A and 44. RGB value is (208,106,68). Sum of RGB (Red+Green+Blue) = 208+106+68=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06A44 is #2F95BB. Grayscale: #848484. Windows color (decimal): -3118524 or 4483792. OLE color: 4483792.

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

Color convert

RGB20810668-
CMYK00.490.670.18
HSL16.29º59.83%54.12%-
HSV(B)16.29º67.31%81.57%-
XYZ32.2124.148.43-
YUV132.1791.79182.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.45%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 68 (26.95% from 255) = 17.80%
R=54.45%
G=27.75%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081066800.490.670.1816.2959.8354.12
HexD06A440314312103c36
Octal32015210406110322207466
Binary1101000011010101000100011000110000111001010000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06A44; }

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

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

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

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

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

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

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

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