#dc6463

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

Shades of Roman #DC6463

Tints of Roman #DC6463

Color information

#DC6463 (or 0xDC6463) is unknown color: approx Roman. HEX triplet: DC, 64 and 63. RGB value is (220,100,99). Sum of RGB (Red+Green+Blue) = 220+100+99=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6463 is #239B9C. Grayscale: #878787. Windows color (decimal): -2333597 or 6513884. OLE color: 6513884.

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

Color convert

RGB22010099-
CMYK00.550.550.14
HSL0.5º63.35%62.55%-
HSV(B)0.5º55%86.27%-
XYZ36.3225.2314.76-
YUV135.77107.26188.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.51%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 99 (39.06% from 255) = 23.63%
R=52.51%
G=23.87%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201009900.550.550.140.563.3562.55
HexDC646303737E03f3f
Octal334144143067671607777
Binary1101110011001001100011011011111011111100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc6463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc6463; }

 p { color: rgb(220,100,99); }

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

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

 a { background-color: rgb(220,100,99); }

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

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

 span { border-color: rgb(220,100,99); }

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