Html Css Color HEX #DC6B63 Roman

📋 copy color: '#DC6B63'

red 220 ◦ green 107 ◦ blue 99

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

Shades of Roman #DC6B63

Tints of Roman #DC6B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.24%

R = 51.64%
G = 25.12%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC6B63 (or 0xDC6B63) is known color: Roman. HEX triplet: DC, 6B and 63. RGB value is (220,107,99). Sum of RGB (Red+Green+Blue) = 220+107+99=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B63 is #23949C. Grayscale: #8C8C8C. Windows color (decimal): -2331805 or 6515676. OLE color: 6515676.

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

Color convert

RGB 220 107 99 -
CMYK 0 0.51 0.55 0.14
HSL 3.97º 0.63% 0.63% -
HSV(B) 3.97º 0.55% 0.86% -
XYZ 37.03 26.63 14.99 -
YUV 139.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 220 107 99 0 0.51 0.55 0.14 3.97 0.63 0.63
Hex DC 6B 63 0 33 37 E 4 3F 3F
Octal 334 153 143 0 63 67 16 4 77 77
Binary 11011100 1101011 1100011 0 110011 110111 1110 100 111111 111111

Color Harmonies of #DC6B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B63

Black with #DC6B63

Text Example


Text Example

White with #DC6B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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