#DB655E

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

Shades of Roman #DB655E

Tints of Roman #DB655E

Color information

#DB655E (or 0xDB655E) is unknown color: approx Roman. HEX triplet: DB, 65 and 5E. RGB value is (219,101,94). Sum of RGB (Red+Green+Blue) = 219+101+94=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB655E is #249AA1. Grayscale: #878787. Windows color (decimal): -2398882 or 6186459. OLE color: 6186459.

HSL color Cylindrical-coordinate representation of color #DB655E: hue angle of 3.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB655E is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB21910194-
CMYK00.540.570.14
HSL3.36º63.45%61.37%-
HSV(B)3.36º57.08%85.88%-
XYZ35.8925.1813.56-
YUV135.48104.59187.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.90%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=52.90%
G=24.40%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191019400.540.570.143.3663.4561.37
HexDB655E03639E33f3d
Octal333145136066711637775
Binary11011011110010110111100110110111001111011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB655E; }

 p { color: rgb(219,101,94); }

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

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

 a { background-color: rgb(219,101,94); }

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

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

 span { border-color: rgb(219,101,94); }

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