#dd6765

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

Shades of Roman #DD6765

Tints of Roman #DD6765

Color information

#DD6765 (or 0xDD6765) is unknown color: approx Roman. HEX triplet: DD, 67 and 65. RGB value is (221,103,101). Sum of RGB (Red+Green+Blue) = 221+103+101=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6765 is #22989A. Grayscale: #8A8A8A. Windows color (decimal): -2267291 or 6645725. OLE color: 6645725.

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

Color convert

RGB221103101-
CMYK00.530.540.13
HSL63.83%63.14%-
HSV(B)54.3%86.67%-
XYZ37.0226.0115.38-
YUV138.05107.09187.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 103 (40.62% from 255) = 24.24%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=52%
G=24.24%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110310100.530.540.13163.8363.14
HexDD676503536D1403f
Octal3351471450656615110077
Binary11011101110011111001010110101110110110111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd6765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd6765; }

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

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

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

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

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

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

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

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