Html Css Color HEX #DC6B61 Roman

📋 copy color: '#DC6B61'

red 220 ◦ green 107 ◦ blue 97

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

Shades of Roman #DC6B61

Tints of Roman #DC6B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.24%

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

R = 51.89%
G = 25.24%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC6B61 (or 0xDC6B61) is known color: Roman. HEX triplet: DC, 6B and 61. RGB value is (220,107,97). Sum of RGB (Red+Green+Blue) = 220+107+97=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B61 is #23949E. Grayscale: #8B8B8B. Windows color (decimal): -2331807 or 6384604. OLE color: 6384604.

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

Color convert

RGB 220 107 97 -
CMYK 0 0.51 0.56 0.14
HSL 4.88º 0.64% 0.62% -
HSV(B) 4.88º 0.56% 0.86% -
XYZ 36.93 26.59 14.5 -
YUV 139.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 220 107 97 0 0.51 0.56 0.14 4.88 0.64 0.62
Hex DC 6B 61 0 33 38 E 5 40 3E
Octal 334 153 141 0 63 70 16 5 100 76
Binary 11011100 1101011 1100001 0 110011 111000 1110 101 1000000 111110

Color Harmonies of #DC6B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B61

Black with #DC6B61

Text Example


Text Example

White with #DC6B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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