Html Css Color HEX #DC6859 Roman

📋 copy color: '#DC6859'

red 220 ◦ green 104 ◦ blue 89

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

Shades of Roman #DC6859

Tints of Roman #DC6859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.55%

R = 53.27%
G = 25.18%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC6859 (or 0xDC6859) is known color: Roman. HEX triplet: DC, 68 and 59. RGB value is (220,104,89). Sum of RGB (Red+Green+Blue) = 220+104+89=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6859 is #2397A6. Grayscale: #898989. Windows color (decimal): -2332583 or 5859548. OLE color: 5859548.

HSL color Cylindrical-coordinate representation of color #DC6859: hue angle of 6.87º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC6859 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 104 89 -
CMYK 0 0.53 0.60 0.14
HSL 6.87º 0.65% 0.61% -
HSV(B) 6.87º 0.6% 0.86% -
XYZ 36.27 25.84 12.53 -
YUV 136.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 220 104 89 0 0.53 0.60 0.14 6.87 0.65 0.61
Hex DC 68 59 0 35 3C E 7 41 3D
Octal 334 150 131 0 65 74 16 7 101 75
Binary 11011100 1101000 1011001 0 110101 111100 1110 111 1000001 111101

Color Harmonies of #DC6859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6859

Black with #DC6859

Text Example


Text Example

White with #DC6859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6859; }

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

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

background-color css

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

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

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

border-color css

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

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

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