Html Css Color HEX #DC6862 Roman

📋 copy color: '#DC6862'

red 220 ◦ green 104 ◦ blue 98

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

Shades of Roman #DC6862

Tints of Roman #DC6862

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.64%

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

R = 52.13%
G = 24.64%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC6862 (or 0xDC6862) is known color: Roman. HEX triplet: DC, 68 and 62. RGB value is (220,104,98). Sum of RGB (Red+Green+Blue) = 220+104+98=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6862 is #23979D. Grayscale: #8A8A8A. Windows color (decimal): -2332574 or 6449372. OLE color: 6449372.

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

Color convert

RGB 220 104 98 -
CMYK 0 0.53 0.55 0.14
HSL 2.95º 0.64% 0.62% -
HSV(B) 2.95º 0.55% 0.86% -
XYZ 36.67 26 14.64 -
YUV 138 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 220 104 98 0 0.53 0.55 0.14 2.95 0.64 0.62
Hex DC 68 62 0 35 37 E 3 40 3E
Octal 334 150 142 0 65 67 16 3 100 76
Binary 11011100 1101000 1100010 0 110101 110111 1110 11 1000000 111110

Color Harmonies of #DC6862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6862

Black with #DC6862

Text Example


Text Example

White with #DC6862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6862; }

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

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

background-color css

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

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

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

border-color css

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

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

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