Html Css Color HEX #DC6260 Roman

📋 copy color: '#DC6260'

red 220 ◦ green 98 ◦ blue 96

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

Shades of Roman #DC6260

Tints of Roman #DC6260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.67%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 53.14%
G = 23.67%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC6260 (or 0xDC6260) is known color: Roman. HEX triplet: DC, 62 and 60. RGB value is (220,98,96). Sum of RGB (Red+Green+Blue) = 220+98+96=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6260 is #239D9F. Grayscale: #868686. Windows color (decimal): -2334112 or 6316764. OLE color: 6316764.

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

Color convert

RGB 220 98 96 -
CMYK 0 0.55 0.56 0.14
HSL 0.97º 0.64% 0.62% -
HSV(B) 0.97º 0.56% 0.86% -
XYZ 35.99 24.8 13.96 -
YUV 134.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 220 98 96 0 0.55 0.56 0.14 0.97 0.64 0.62
Hex DC 62 60 0 37 38 E 1 40 3E
Octal 334 142 140 0 67 70 16 1 100 76
Binary 11011100 1100010 1100000 0 110111 111000 1110 1 1000000 111110

Color Harmonies of #DC6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6260

Black with #DC6260

Text Example


Text Example

White with #DC6260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6260; }

 p { color: rgb(220,98,96); }

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

background-color css

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

 a { background-color: rgb(220,98,96); }

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

border-color css

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

 span { border-color: rgb(220,98,96); }

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