#DE695D

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

Shades of Roman #DE695D

Tints of Roman #DE695D

Color information

#DE695D (or 0xDE695D) is unknown color: approx Roman. HEX triplet: DE, 69 and 5D. RGB value is (222,105,93). Sum of RGB (Red+Green+Blue) = 222+105+93=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE695D is #2196A2. Grayscale: #8A8A8A. Windows color (decimal): -2201251 or 6121950. OLE color: 6121950.

HSL color Cylindrical-coordinate representation of color #DE695D: hue angle of 5.58º degrees, saturation: 0.66, 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 #DE695D is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22210593-
CMYK00.530.580.13
HSL5.58º66.15%61.76%-
HSV(B)5.58º58.11%87.06%-
XYZ37.1526.4213.5-
YUV138.62102.26187.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.86%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=52.86%
G=25%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221059300.530.580.135.5866.1561.76
HexDE695D0353AD6423e
Octal3361511350657215610276
Binary1101111011010011011101011010111101011011101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE695D; }

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

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

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

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

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

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

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

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