#d07550

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

Shades of Red Damask #D07550

Tints of Red Damask #D07550

Color information

#D07550 (or 0xD07550) is unknown color: approx Red Damask. HEX triplet: D0, 75 and 50. RGB value is (208,117,80). Sum of RGB (Red+Green+Blue) = 208+117+80=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D07550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07550 is #2F8AAF. Grayscale: #8C8C8C. Windows color (decimal): -3115696 or 5273040. OLE color: 5273040.

HSL color Cylindrical-coordinate representation of color #D07550: hue angle of 17.34º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D07550 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB20811780-
CMYK00.440.620.18
HSL17.34º57.66%56.47%-
HSV(B)17.34º61.54%81.57%-
XYZ33.8226.7110.96-
YUV139.9994.15176.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.36%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 80 (31.64% from 255) = 19.75%
R=51.36%
G=28.89%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081178000.440.620.1817.3457.6656.47
HexD0755002C3E12113a38
Octal3201651200547622217270
Binary110100001110101101000001011001111101001010001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d07550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d07550; }

 p { color: rgb(208,117,80); }

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

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

 a { background-color: rgb(208,117,80); }

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

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

 span { border-color: rgb(208,117,80); }

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