Html Css Color HEX #DC6758 Roman

📋 copy color: '#DC6758'

red 220 ◦ green 103 ◦ blue 88

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

Shades of Roman #DC6758

Tints of Roman #DC6758

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.06%

 BLUE value IS 88 (34.77% from 255) = 21.41%

R = 53.53%
G = 25.06%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC6758 (or 0xDC6758) is known color: Roman. HEX triplet: DC, 67 and 58. RGB value is (220,103,88). Sum of RGB (Red+Green+Blue) = 220+103+88=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6758 is #2398A7. Grayscale: #888888. Windows color (decimal): -2332840 or 5793756. OLE color: 5793756.

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

Color convert

RGB 220 103 88 -
CMYK 0 0.53 0.6 0.14
HSL 6.82º 0.65% 0.6% -
HSV(B) 6.82º 0.6% 0.86% -
XYZ 36.13 25.62 12.27 -
YUV 136.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 220 103 88 0 0.53 0.6 0.14 6.82 0.65 0.6
Hex DC 67 58 0 35 3C E 7 41 3C
Octal 334 147 130 0 65 74 16 7 101 74
Binary 11011100 1100111 1011000 0 110101 111100 1110 111 1000001 111100

Color Harmonies of #DC6758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6758

Black with #DC6758

Text Example


Text Example

White with #DC6758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6758; }

 p { color: rgb(220,103,88); }

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

background-color css

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

 a { background-color: rgb(220,103,88); }

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

border-color css

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

 span { border-color: rgb(220,103,88); }

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