Html Css Color HEX #DC6357 Roman

📋 copy color: '#DC6357'

red 220 ◦ green 99 ◦ blue 87

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

Shades of Roman #DC6357

Tints of Roman #DC6357

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.38%

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

R = 54.19%
G = 24.38%
B = 21.43%

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

#DC6357 (or 0xDC6357) is known color: Roman. HEX triplet: DC, 63 and 57. RGB value is (220,99,87). Sum of RGB (Red+Green+Blue) = 220+99+87=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6357 is #239CA8. Grayscale: #858585. Windows color (decimal): -2333865 or 5727196. OLE color: 5727196.

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

Color convert

RGB 220 99 87 -
CMYK 0 0.55 0.60 0.14
HSL 5.41º 0.66% 0.6% -
HSV(B) 5.41º 0.6% 0.86% -
XYZ 35.7 24.83 11.93 -
YUV 133.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 220 99 87 0 0.55 0.60 0.14 5.41 0.66 0.6
Hex DC 63 57 0 37 3C E 5 42 3C
Octal 334 143 127 0 67 74 16 5 102 74
Binary 11011100 1100011 1010111 0 110111 111100 1110 101 1000010 111100

Color Harmonies of #DC6357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6357

Black with #DC6357

Text Example


Text Example

White with #DC6357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6357; }

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

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

background-color css

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

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

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

border-color css

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

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

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