Html Css Color HEX #DC685C Roman

📋 copy color: '#DC685C'

red 220 ◦ green 104 ◦ blue 92

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

Shades of Roman #DC685C

Tints of Roman #DC685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.12%

R = 52.88%
G = 25%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC685C (or 0xDC685C) is known color: Roman. HEX triplet: DC, 68 and 5C. RGB value is (220,104,92). Sum of RGB (Red+Green+Blue) = 220+104+92=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC685C is #2397A3. Grayscale: #898989. Windows color (decimal): -2332580 or 6056156. OLE color: 6056156.

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

Color convert

RGB 220 104 92 -
CMYK 0 0.53 0.58 0.14
HSL 5.63º 0.65% 0.61% -
HSV(B) 5.63º 0.58% 0.86% -
XYZ 36.4 25.89 13.2 -
YUV 137.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 220 104 92 0 0.53 0.58 0.14 5.63 0.65 0.61
Hex DC 68 5C 0 35 3A E 6 41 3D
Octal 334 150 134 0 65 72 16 6 101 75
Binary 11011100 1101000 1011100 0 110101 111010 1110 110 1000001 111101

Color Harmonies of #DC685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC685C

Black with #DC685C

Text Example


Text Example

White with #DC685C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC685C; }

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

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

background-color css

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

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

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

border-color css

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

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

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