Html Css Color HEX #DC6257 Roman

📋 copy color: '#DC6257'

red 220 ◦ green 98 ◦ blue 87

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

Shades of Roman #DC6257

Tints of Roman #DC6257

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.2%

 BLUE value IS 87 (34.38% from 255) = 21.48%

R = 54.32%
G = 24.2%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC6257 (or 0xDC6257) is known color: Roman. HEX triplet: DC, 62 and 57. RGB value is (220,98,87). Sum of RGB (Red+Green+Blue) = 220+98+87=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6257 is #239DA8. Grayscale: #858585. Windows color (decimal): -2334121 or 5726940. OLE color: 5726940.

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

Color convert

RGB 220 98 87 -
CMYK 0 0.55 0.60 0.14
HSL 4.96º 0.66% 0.6% -
HSV(B) 4.96º 0.6% 0.86% -
XYZ 35.6 24.64 11.9 -
YUV 133.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 220 98 87 0 0.55 0.60 0.14 4.96 0.66 0.6
Hex DC 62 57 0 37 3C E 5 42 3C
Octal 334 142 127 0 67 74 16 5 102 74
Binary 11011100 1100010 1010111 0 110111 111100 1110 101 1000010 111100

Color Harmonies of #DC6257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6257

Black with #DC6257

Text Example


Text Example

White with #DC6257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6257; }

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

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

background-color css

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

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

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

border-color css

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

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

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