Html Css Color HEX #DC6362 Roman

📋 copy color: '#DC6362'

red 220 ◦ green 99 ◦ blue 98

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

Shades of Roman #DC6362

Tints of Roman #DC6362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.5%

R = 52.76%
G = 23.74%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC6362 (or 0xDC6362) is known color: Roman. HEX triplet: DC, 63 and 62. RGB value is (220,99,98). Sum of RGB (Red+Green+Blue) = 220+99+98=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6362 is #239C9D. Grayscale: #878787. Windows color (decimal): -2333854 or 6448092. OLE color: 6448092.

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

Color convert

RGB 220 99 98 -
CMYK 0 0.55 0.55 0.14
HSL 0.49º 0.64% 0.62% -
HSV(B) 0.49º 0.55% 0.86% -
XYZ 36.18 25.02 14.48 -
YUV 135.07 107.09 188.58 -
System Red Green Blue C M Y K H S L
Decimal 220 99 98 0 0.55 0.55 0.14 0.49 0.64 0.62
Hex DC 63 62 0 37 37 E 0 40 3E
Octal 334 143 142 0 67 67 16 0 100 76
Binary 11011100 1100011 1100010 0 110111 110111 1110 0 1000000 111110

Color Harmonies of #DC6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6362

Black with #DC6362

Text Example


Text Example

White with #DC6362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6362; }

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

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

background-color css

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

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

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

border-color css

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

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

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