#DC675D

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

Shades of Roman #DC675D

Tints of Roman #DC675D

Color information

#DC675D (or 0xDC675D) is unknown color: approx Roman. HEX triplet: DC, 67 and 5D. RGB value is (220,103,93). Sum of RGB (Red+Green+Blue) = 220+103+93=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC675D is #2398A2. Grayscale: #898989. Windows color (decimal): -2332835 or 6121436. OLE color: 6121436.

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

Color convert

RGB22010393-
CMYK00.530.580.14
HSL4.72º64.47%61.37%-
HSV(B)4.72º57.73%86.27%-
XYZ36.3425.7113.4-
YUV136.84103.26187.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.88%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 93 (36.72% from 255) = 22.36%
R=52.88%
G=24.76%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201039300.530.580.144.7264.4761.37
HexDC675D0353AE5403d
Octal3341471350657216510075
Binary1101110011001111011101011010111101011101011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC675D; }

 p { color: rgb(220,103,93); }

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

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

 a { background-color: rgb(220,103,93); }

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

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

 span { border-color: rgb(220,103,93); }

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