#DB635F

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

Shades of Roman #DB635F

Tints of Roman #DB635F

Color information

#DB635F (or 0xDB635F) is unknown color: approx Roman. HEX triplet: DB, 63 and 5F. RGB value is (219,99,95). Sum of RGB (Red+Green+Blue) = 219+99+95=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB635F is #249CA0. Grayscale: #868686. Windows color (decimal): -2399393 or 6251483. OLE color: 6251483.

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

Color convert

RGB2199995-
CMYK00.550.570.14
HSL1.94º63.27%61.57%-
HSV(B)1.94º56.62%85.88%-
XYZ35.7424.8113.73-
YUV134.42105.76188.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.03%
GREEN value IS 99 (39.06% from 255) = 23.97%
BLUE value IS 95 (37.5% from 255) = 23.00%
R=53.03%
G=23.97%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219999500.550.570.141.9463.2761.57
HexDB635F03739E23f3e
Octal333143137067711627776
Binary11011011110001110111110110111111001111010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB635F; }

 p { color: rgb(219,99,95); }

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

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

 a { background-color: rgb(219,99,95); }

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

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

 span { border-color: rgb(219,99,95); }

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