#DD6763

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

Shades of Roman #DD6763

Tints of Roman #DD6763

Color information

#DD6763 (or 0xDD6763) is unknown color: approx Roman. HEX triplet: DD, 67 and 63. RGB value is (221,103,99). Sum of RGB (Red+Green+Blue) = 221+103+99=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6763 is #22989C. Grayscale: #898989. Windows color (decimal): -2267293 or 6514653. OLE color: 6514653.

HSL color Cylindrical-coordinate representation of color #DD6763: hue angle of 1.97º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6763 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB22110399-
CMYK00.530.550.13
HSL1.97º64.21%62.75%-
HSV(B)1.97º55.2%86.67%-
XYZ36.9225.9714.87-
YUV137.83106.09187.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.25%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=52.25%
G=24.35%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211039900.530.550.131.9764.2162.75
HexDD676303537D2403f
Octal3351471430656715210077
Binary110111011100111110001101101011101111101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6763; }

 p { color: rgb(221,103,99); }

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

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

 a { background-color: rgb(221,103,99); }

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

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

 span { border-color: rgb(221,103,99); }

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