#DD6761

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

Shades of Roman #DD6761

Tints of Roman #DD6761

Color information

#DD6761 (or 0xDD6761) is unknown color: approx Roman. HEX triplet: DD, 67 and 61. RGB value is (221,103,97). Sum of RGB (Red+Green+Blue) = 221+103+97=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6761 is #22989E. Grayscale: #898989. Windows color (decimal): -2267295 or 6383581. OLE color: 6383581.

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

Color convert

RGB22110397-
CMYK00.530.560.13
HSL2.9º64.58%62.35%-
HSV(B)2.9º56.11%86.67%-
XYZ36.8325.9414.37-
YUV137.6105.09187.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.49%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=52.49%
G=24.47%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211039700.530.560.132.964.5862.35
HexDD676103538D3413e
Octal3351471410657015310176
Binary110111011100111110000101101011110001101111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6761; }

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

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

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

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

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

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

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

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