#dc675b

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

Shades of Roman #DC675B

Tints of Roman #DC675B

Color information

#DC675B (or 0xDC675B) is unknown color: approx Roman. HEX triplet: DC, 67 and 5B. RGB value is (220,103,91). Sum of RGB (Red+Green+Blue) = 220+103+91=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC675B is #2398A4. Grayscale: #888888. Windows color (decimal): -2332837 or 5990364. OLE color: 5990364.

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

Color convert

RGB22010391-
CMYK00.530.590.14
HSL5.58º64.82%60.98%-
HSV(B)5.58º58.64%86.27%-
XYZ36.2525.6712.94-
YUV136.62102.26187.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.14%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 91 (35.94% from 255) = 21.98%
R=53.14%
G=24.88%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201039100.530.590.145.5864.8260.98
HexDC675B0353BE6413d
Octal3341471330657316610175
Binary1101110011001111011011011010111101111101101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc675b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc675b; }

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

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

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

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

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

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

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

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