Html Css Color HEX #DC6057 Roman

📋 copy color: '#DC6057'

red 220 ◦ green 96 ◦ blue 87

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

Shades of Roman #DC6057

Tints of Roman #DC6057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.82%

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

R = 54.59%
G = 23.82%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC6057 (or 0xDC6057) is known color: Roman. HEX triplet: DC, 60 and 57. RGB value is (220,96,87). Sum of RGB (Red+Green+Blue) = 220+96+87=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6057 is #239FA8. Grayscale: #848484. Windows color (decimal): -2334633 or 5726428. OLE color: 5726428.

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

Color convert

RGB 220 96 87 -
CMYK 0 0.56 0.60 0.14
HSL 4.06º 0.66% 0.6% -
HSV(B) 4.06º 0.6% 0.86% -
XYZ 35.42 24.27 11.83 -
YUV 132.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 220 96 87 0 0.56 0.60 0.14 4.06 0.66 0.6
Hex DC 60 57 0 38 3C E 4 42 3C
Octal 334 140 127 0 70 74 16 4 102 74
Binary 11011100 1100000 1010111 0 111000 111100 1110 100 1000010 111100

Color Harmonies of #DC6057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6057

Black with #DC6057

Text Example


Text Example

White with #DC6057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6057; }

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

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

background-color css

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

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

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

border-color css

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

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

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