Html Css Color HEX #DC6261 Roman

📋 copy color: '#DC6261'

red 220 ◦ green 98 ◦ blue 97

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

Shades of Roman #DC6261

Tints of Roman #DC6261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.37%

R = 53.01%
G = 23.61%
B = 23.37%

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

#DC6261 (or 0xDC6261) is known color: Roman. HEX triplet: DC, 62 and 61. RGB value is (220,98,97). Sum of RGB (Red+Green+Blue) = 220+98+97=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6261 is #239D9E. Grayscale: #868686. Windows color (decimal): -2334111 or 6382300. OLE color: 6382300.

HSL color Cylindrical-coordinate representation of color #DC6261: 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.56%. Process color model (Four color, CMYK) of #DC6261 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 97 -
CMYK 0 0.55 0.56 0.14
HSL 0.49º 0.64% 0.62% -
HSV(B) 0.49º 0.56% 0.86% -
XYZ 36.04 24.81 14.2 -
YUV 134.36 106.92 189.08 -
System Red Green Blue C M Y K H S L
Decimal 220 98 97 0 0.55 0.56 0.14 0.49 0.64 0.62
Hex DC 62 61 0 37 38 E 0 40 3E
Octal 334 142 141 0 67 70 16 0 100 76
Binary 11011100 1100010 1100001 0 110111 111000 1110 0 1000000 111110

Color Harmonies of #DC6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6261

Black with #DC6261

Text Example


Text Example

White with #DC6261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6261; }

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

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

background-color css

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

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

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

border-color css

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

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

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