Html Css Color HEX #DC6C62 Roman

📋 copy color: '#DC6C62'

red 220 ◦ green 108 ◦ blue 98

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

Shades of Roman #DC6C62

Tints of Roman #DC6C62

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

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

R = 51.64%
G = 25.35%
B = 23%

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

#DC6C62 (or 0xDC6C62) is known color: Roman. HEX triplet: DC, 6C and 62. RGB value is (220,108,98). Sum of RGB (Red+Green+Blue) = 220+108+98=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C62 is #23939D. Grayscale: #8C8C8C. Windows color (decimal): -2331550 or 6450396. OLE color: 6450396.

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

Color convert

RGB 220 108 98 -
CMYK 0 0.51 0.55 0.14
HSL 4.92º 0.64% 0.62% -
HSV(B) 4.92º 0.55% 0.86% -
XYZ 37.08 26.82 14.78 -
YUV 140.35 104.11 184.81 -
System Red Green Blue C M Y K H S L
Decimal 220 108 98 0 0.51 0.55 0.14 4.92 0.64 0.62
Hex DC 6C 62 0 33 37 E 5 40 3E
Octal 334 154 142 0 63 67 16 5 100 76
Binary 11011100 1101100 1100010 0 110011 110111 1110 101 1000000 111110

Color Harmonies of #DC6C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C62

Black with #DC6C62

Text Example


Text Example

White with #DC6C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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