#DD695D

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

Shades of Roman #DD695D

Tints of Roman #DD695D

Color information

#DD695D (or 0xDD695D) is unknown color: approx Roman. HEX triplet: DD, 69 and 5D. RGB value is (221,105,93). Sum of RGB (Red+Green+Blue) = 221+105+93=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD695D is #2296A2. Grayscale: #8A8A8A. Windows color (decimal): -2266787 or 6121949. OLE color: 6121949.

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

Color convert

RGB22110593-
CMYK00.520.580.13
HSL5.63º65.31%61.57%-
HSV(B)5.63º57.92%86.67%-
XYZ36.8526.2713.48-
YUV138.32102.43186.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=52.74%
G=25.06%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211059300.520.580.135.6365.3161.57
HexDD695D0343AD6413e
Octal3351511350647215610176
Binary1101110111010011011101011010011101011011101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD695D; }

 p { color: rgb(221,105,93); }

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

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

 a { background-color: rgb(221,105,93); }

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

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

 span { border-color: rgb(221,105,93); }

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