#DE6B66

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

Shades of Roman #DE6B66

Tints of Roman #DE6B66

Color information

#DE6B66 (or 0xDE6B66) is unknown color: approx Roman. HEX triplet: DE, 6B and 66. RGB value is (222,107,102). Sum of RGB (Red+Green+Blue) = 222+107+102=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B66 is #219499. Grayscale: #8C8C8C. Windows color (decimal): -2200730 or 6712286. OLE color: 6712286.

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

Color convert

RGB222107102-
CMYK00.520.540.13
HSL2.5º64.52%63.53%-
HSV(B)2.5º54.05%87.06%-
XYZ37.782715.79-
YUV140.82106.1185.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=51.51%
G=24.83%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210710200.520.540.132.564.5263.53
HexDE6B6603436D34140
Octal33615314606466153101100
Binary1101111011010111100110011010011011011011110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6B66; }

 p { color: rgb(222,107,102); }

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

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

 a { background-color: rgb(222,107,102); }

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

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

 span { border-color: rgb(222,107,102); }

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