#DB645C

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

Shades of Roman #DB645C

Tints of Roman #DB645C

Color information

#DB645C (or 0xDB645C) is unknown color: approx Roman. HEX triplet: DB, 64 and 5C. RGB value is (219,100,92). Sum of RGB (Red+Green+Blue) = 219+100+92=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB645C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB645C is #249BA3. Grayscale: #868686. Windows color (decimal): -2399140 or 6055131. OLE color: 6055131.

HSL color Cylindrical-coordinate representation of color #DB645C: hue angle of 3.78º 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 #DB645C is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB21910092-
CMYK00.540.580.14
HSL3.78º63.82%60.98%-
HSV(B)3.78º57.99%85.88%-
XYZ35.724.9513.06-
YUV134.67103.92188.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.28%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 92 (36.33% from 255) = 22.38%
R=53.28%
G=24.33%
B=22.38%

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
Decimal2191009200.540.580.143.7863.8260.98
HexDB645C0363AE4403d
Octal3331441340667216410075
Binary1101101111001001011100011011011101011101001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB645C; }

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

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

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

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

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

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

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

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