Html Css Color HEX #DC6360 Roman

📋 copy color: '#DC6360'

red 220 ◦ green 99 ◦ blue 96

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

Shades of Roman #DC6360

Tints of Roman #DC6360

RGB

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

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

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

R = 53.01%
G = 23.86%
B = 23.13%

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

#DC6360 (or 0xDC6360) is known color: Roman. HEX triplet: DC, 63 and 60. RGB value is (220,99,96). Sum of RGB (Red+Green+Blue) = 220+99+96=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6360 is #239C9F. Grayscale: #868686. Windows color (decimal): -2333856 or 6317020. OLE color: 6317020.

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

Color convert

RGB 220 99 96 -
CMYK 0 0.55 0.56 0.14
HSL 1.45º 0.64% 0.62% -
HSV(B) 1.45º 0.56% 0.86% -
XYZ 36.09 24.98 13.99 -
YUV 134.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 220 99 96 0 0.55 0.56 0.14 1.45 0.64 0.62
Hex DC 63 60 0 37 38 E 1 40 3E
Octal 334 143 140 0 67 70 16 1 100 76
Binary 11011100 1100011 1100000 0 110111 111000 1110 1 1000000 111110

Color Harmonies of #DC6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6360

Black with #DC6360

Text Example


Text Example

White with #DC6360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6360; }

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

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

background-color css

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

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

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

border-color css

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

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

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