Html Css Color HEX #DC6358 Roman

📋 copy color: '#DC6358'

red 220 ◦ green 99 ◦ blue 88

#DC6358
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #DC6358

Tints of Roman #DC6358

RGB

 RED value IS 220 (86.33% from 255) = 54.05%

 GREEN value IS 99 (39.06% from 255) = 24.32%

 BLUE value IS 88 (34.77% from 255) = 21.62%

R = 54.05%
G = 24.32%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC6358 (or 0xDC6358) is known color: Roman. HEX triplet: DC, 63 and 58. RGB value is (220,99,88). Sum of RGB (Red+Green+Blue) = 220+99+88=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6358 is #239CA7. Grayscale: #868686. Windows color (decimal): -2333864 or 5792732. OLE color: 5792732.

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

Color convert

RGB 220 99 88 -
CMYK 0 0.55 0.6 0.14
HSL 0.65% 0.6% -
HSV(B) 0.6% 0.86% -
XYZ 35.74 24.84 12.14 -
YUV 133.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 220 99 88 0 0.55 0.6 0.14 5 0.65 0.6
Hex DC 63 58 0 37 3C E 5 41 3C
Octal 334 143 130 0 67 74 16 5 101 74
Binary 11011100 1100011 1011000 0 110111 111100 1110 101 1000001 111100

Color Harmonies of #DC6358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6358

Black with #DC6358

Text Example


Text Example

White with #DC6358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6358; }

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

 H1.HeaderClassName
 {
   color: #DC6358;
 }
 .AnyTagClassName
 {
   color: #DC6358;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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