#D06948

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

Shades of Red Damask #D06948

Tints of Red Damask #D06948

Color information

#D06948 (or 0xD06948) is unknown color: approx Red Damask. HEX triplet: D0, 69 and 48. RGB value is (208,105,72). Sum of RGB (Red+Green+Blue) = 208+105+72=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D06948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06948 is #2F96B7. Grayscale: #848484. Windows color (decimal): -3118776 or 4745680. OLE color: 4745680.

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

Color convert

RGB20810572-
CMYK00.500.650.18
HSL14.56º59.13%54.9%-
HSV(B)14.56º65.38%81.57%-
XYZ32.2323.989.06-
YUV132.0494.12182.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.03%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 72 (28.52% from 255) = 18.70%
R=54.03%
G=27.27%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081057200.500.650.1814.5659.1354.9
HexD069480324112f3b37
Octal32015111006210122177367
Binary110100001101001100100001100101000001100101111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06948; }

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

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

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

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

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

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

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

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