Html Css Color HEX #DC6662 Roman

📋 copy color: '#DC6662'

red 220 ◦ green 102 ◦ blue 98

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

Shades of Roman #DC6662

Tints of Roman #DC6662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.29%

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

R = 52.38%
G = 24.29%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC6662 (or 0xDC6662) is known color: Roman. HEX triplet: DC, 66 and 62. RGB value is (220,102,98). Sum of RGB (Red+Green+Blue) = 220+102+98=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6662 is #23999D. Grayscale: #888888. Windows color (decimal): -2333086 or 6448860. OLE color: 6448860.

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

Color convert

RGB 220 102 98 -
CMYK 0 0.54 0.55 0.14
HSL 1.97º 0.64% 0.62% -
HSV(B) 1.97º 0.55% 0.86% -
XYZ 36.47 25.6 14.57 -
YUV 136.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 220 102 98 0 0.54 0.55 0.14 1.97 0.64 0.62
Hex DC 66 62 0 36 37 E 2 40 3E
Octal 334 146 142 0 66 67 16 2 100 76
Binary 11011100 1100110 1100010 0 110110 110111 1110 10 1000000 111110

Color Harmonies of #DC6662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6662

Black with #DC6662

Text Example


Text Example

White with #DC6662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6662; }

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

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

background-color css

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

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

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

border-color css

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

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

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