#DB655C

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

Shades of Roman #DB655C

Tints of Roman #DB655C

Color information

#DB655C (or 0xDB655C) is unknown color: approx Roman. HEX triplet: DB, 65 and 5C. RGB value is (219,101,92). Sum of RGB (Red+Green+Blue) = 219+101+92=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB655C is #249AA3. Grayscale: #878787. Windows color (decimal): -2398884 or 6055387. OLE color: 6055387.

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

Color convert

RGB21910192-
CMYK00.540.580.14
HSL4.25º63.82%60.98%-
HSV(B)4.25º57.99%85.88%-
XYZ35.825.1413.09-
YUV135.26103.59187.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.16%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 92 (36.33% from 255) = 22.33%
R=53.16%
G=24.51%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191019200.540.580.144.2563.8260.98
HexDB655C0363AE4403d
Octal3331451340667216410075
Binary1101101111001011011100011011011101011101001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB655C; }

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

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

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

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

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

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

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

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