Html Css Color HEX #DC6961 Roman

📋 copy color: '#DC6961'

red 220 ◦ green 105 ◦ blue 97

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

Shades of Roman #DC6961

Tints of Roman #DC6961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.88%

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

R = 52.13%
G = 24.88%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC6961 (or 0xDC6961) is known color: Roman. HEX triplet: DC, 69 and 61. RGB value is (220,105,97). Sum of RGB (Red+Green+Blue) = 220+105+97=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6961 is #23969E. Grayscale: #8A8A8A. Windows color (decimal): -2332319 or 6384092. OLE color: 6384092.

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

Color convert

RGB 220 105 97 -
CMYK 0 0.52 0.56 0.14
HSL 3.9º 0.64% 0.62% -
HSV(B) 3.9º 0.56% 0.86% -
XYZ 36.72 26.18 14.43 -
YUV 138.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 220 105 97 0 0.52 0.56 0.14 3.9 0.64 0.62
Hex DC 69 61 0 34 38 E 4 40 3E
Octal 334 151 141 0 64 70 16 4 100 76
Binary 11011100 1101001 1100001 0 110100 111000 1110 100 1000000 111110

Color Harmonies of #DC6961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6961

Black with #DC6961

Text Example


Text Example

White with #DC6961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6961; }

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

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

background-color css

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

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

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

border-color css

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

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

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